From 88537fb01a29f7e18103d245e5905bfbffb75a96 Mon Sep 17 00:00:00 2001 From: xtaci Date: Wed, 12 May 2021 23:05:41 +0800 Subject: [PATCH] upd --- build-release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-release.sh b/build-release.sh index 9bb6c148..a291174f 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.2" +VERSION="1.0.4" LDFLAGS="-X main.VERSION=$VERSION -s -w" GCFLAGS=""