Skip to content

Commit

Permalink
bump version to 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
boroivanov committed Jan 16, 2019
1 parent 5ca0433 commit 9132b0c
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 = 1.0.5
VERSION = 1.0.6
LDFLAGS = -ldflags '-s -w'
GOARCH = amd64
linux: 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 @@ -17,7 +17,7 @@ import (
"github.com/aws/aws-sdk-go/service/sts"
)

const version = "1.0.5"
const version = "1.0.6"

func main() {
var yesFlag bool
Expand Down

0 comments on commit 9132b0c

Please sign in to comment.