We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d54af2 commit e5845c2Copy full SHA for e5845c2
build/version.sh
@@ -1,4 +1,6 @@
1
-export VERSION=1.1.4
+#!/bin/bash -xe
2
+
3
+export VERSION=1.2.0
4
# Strip any 'v' characters from the version string, as exist in the git tag
5
export EXTENSION_BUILD_VERSION=`echo ${EXTENSION_BUILD_VERSION:-$VERSION} | sed -e s/v//`
6
# Default the build id variable to zero if not set - The CI system should set this to
0 commit comments