Skip to content

Commit 5730fe6

Browse files
committed
chore(build): remove version suffix
1 parent 1153ff0 commit 5730fe6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/build.inc.version.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
VERSION=$(git describe --abbrev=0 --tags 2> /dev/null || git rev-parse --abbrev-ref HEAD 2> /dev/null)
22
VERSION=${VERSION#v}
3+
VERSION=${VERSION%-go*}

0 commit comments

Comments
 (0)