From a28332e591e5006adb355f2d4e3a0c0e745e33b6 Mon Sep 17 00:00:00 2001 From: Aleksejs Sinicins Date: Tue, 19 Jul 2016 10:16:08 +0300 Subject: [PATCH] Release v0.0.2 --- build-aci.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build-aci.sh b/build-aci.sh index 335e6b9..4f3cc9c 100755 --- a/build-aci.sh +++ b/build-aci.sh @@ -3,7 +3,7 @@ export CGO_ENABLED=0 export GOOS=linux export GOARCH=amd64 -export VERSION=v0.0.1 +export VERSION=v0.0.2 go build -ldflags '-extldflags "-static"' acbuild begin @@ -14,5 +14,5 @@ acbuild label add version $VERSION acbuild label add arch $GOARCH acbuild label add os $GOOS acbuild annotation add authors "Aleksejs Sinicins " -acbuild write rkt-sidekick-${VERSION}-${GOOS}-${GOARCH}.aci +acbuild write rkt-sidekick-${VERSION}-${GOOS}-${GOARCH}.aci --overwrite acbuild end