Skip to content

Commit 1f74f2f

Browse files
committed
更新版本号
1 parent 7b2309e commit 1f74f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33
git_hash=$(git rev-parse --short HEAD 2>/dev/null)
4-
version="1.1.1-${git_hash}"
4+
version="1.1.2-${git_hash}"
55
echo "Build: AutoInstall-${version}"
66
go build -ldflags "-X main.gitversion=${version}" -o dist/$BUILD_NAME main.go
77
ls dist

0 commit comments

Comments
 (0)