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.
2 parents 596cb2a + 856a2b9 commit 221eebaCopy full SHA for 221eeba
build/version.sh
@@ -1,5 +1,6 @@
1
-export VERSION=0.7.0
2
-export EXTENSION_BUILD_VERSION=${EXTENSION_BUILD_VERSION:-$VERSION}
+export VERSION=0.7.1
+# Strip any 'v' characters from the version string, as exist in the git tag
3
+export EXTENSION_BUILD_VERSION=`echo ${EXTENSION_BUILD_VERSION:-$VERSION} | sed -e s/v//`
4
# Default the build id variable to zero if not set - Travis should set this to
5
# the Travis build number
6
export EXTENSION_BUILD_ID=${EXTENSION_BUILD_ID:-0}
0 commit comments