From b98ccbc962efdaccc28d33f0186ce28130db368c Mon Sep 17 00:00:00 2001 From: xtaci Date: Mon, 10 May 2021 21:20:52 +0800 Subject: [PATCH] upd ver --- build-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-release.sh b/build-release.sh index 50309c6a..9bb6c148 100755 --- a/build-release.sh +++ b/build-release.sh @@ -24,7 +24,7 @@ if hash upx 2>/dev/null; then UPX=true fi -VERSION="1.0.1" +VERSION="1.0.2" LDFLAGS="-X main.VERSION=$VERSION -s -w" GCFLAGS=""