Skip to content

Commit 61a4d84

Browse files
Release 1.0.88
1 parent 3beecf9 commit 61a4d84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Jenkinsfile-windows

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pipeline {
3838
stages {
3939
stage("Checkout" ) {
4040
agent {
41-
label 'windows2016-raw
41+
label 'windows2016-raw'
4242
}
4343
steps {
4444
echo "The workspace is ${env.WORKSPACE}"

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "local setup",
3-
"version": "1.0.87",
3+
"version": "1.0.88",
44
"private": true,
55
"dependencies": {},
66
"author": "rishabhtulsian"

0 commit comments

Comments
 (0)