diff --git a/Makefile b/Makefile index 2513dfb..d183e65 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.2.0 +VERSION = 0.2.1 LDFLAGS = -ldflags '-s -w' -gcflags=-trimpath=${PWD} -asmflags=-trimpath=${PWD} linux_amd64: export GOOS=linux diff --git a/main.go b/main.go index fc47799..556b8ea 100644 --- a/main.go +++ b/main.go @@ -26,7 +26,7 @@ import ( flag "github.com/stefansundin/go-zflag" ) -const version = "0.2.0" +const version = "0.2.1" func init() { // Do not fail if a region is not specified anywhere