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 1153ff0 commit 5730fe6Copy full SHA for 5730fe6
build/build.inc.version.sh
@@ -1,2 +1,3 @@
1
VERSION=$(git describe --abbrev=0 --tags 2> /dev/null || git rev-parse --abbrev-ref HEAD 2> /dev/null)
2
VERSION=${VERSION#v}
3
+VERSION=${VERSION%-go*}
0 commit comments