Skip to content

Commit e5845c2

Browse files
committed
release version 1.2.0
1 parent 0d54af2 commit e5845c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build/version.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
export VERSION=1.1.4
1+
#!/bin/bash -xe
2+
3+
export VERSION=1.2.0
24
# Strip any 'v' characters from the version string, as exist in the git tag
35
export EXTENSION_BUILD_VERSION=`echo ${EXTENSION_BUILD_VERSION:-$VERSION} | sed -e s/v//`
46
# Default the build id variable to zero if not set - The CI system should set this to

0 commit comments

Comments
 (0)