Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansundin committed Aug 16, 2022
1 parent 7affcf3 commit 8a68a7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8a68a7f

Please sign in to comment.