We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2309e commit 1f74f2fCopy full SHA for 1f74f2f
build.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
set -e
3
git_hash=$(git rev-parse --short HEAD 2>/dev/null)
4
-version="1.1.1-${git_hash}"
+version="1.1.2-${git_hash}"
5
echo "Build: AutoInstall-${version}"
6
go build -ldflags "-X main.gitversion=${version}" -o dist/$BUILD_NAME main.go
7
ls dist
0 commit comments