Skip to content

Commit 3afc320

Browse files
authored
Update to support CI/CD
Script version should read local-dev for any changes. This is in support of the CI/CD pipeline.
1 parent e57fa12 commit 3afc320

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gvm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
###############################################################################
44
# GENERATED VERSION! DO NOT CHANGE! #
5-
SCRIPTVERSION="latest"
5+
SCRIPTVERSION="local-dev"
66
###############################################################################
77

88
# Static variable definintions
@@ -501,4 +501,4 @@ then
501501
fi
502502

503503
printf "Go %s Active\n" "$version"
504-
fi
504+
fi

0 commit comments

Comments
 (0)