diff --git a/Makefile b/Makefile index 0359a27..a31114d 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.1.0 +VERSION = 0.2.0 LDFLAGS = -ldflags '-s -w' -gcflags=-trimpath=${PWD} -asmflags=-trimpath=${PWD} linux_amd64: export GOOS=linux diff --git a/main.go b/main.go index 893be21..cc5f3dd 100644 --- a/main.go +++ b/main.go @@ -34,7 +34,7 @@ import ( smithyhttp "github.com/aws/smithy-go/transport/http" ) -const version = "0.1.0" +const version = "0.2.0" func init() { // Do not fail if a region is not specified anywhere