Skip to content

Commit

Permalink
bump version 1.0.6 -> 1.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
boroivanov committed Oct 14, 2019
1 parent 4fd70d9 commit 23825d3
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.6
VERSION = 1.0.7
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.6"
const version = "1.0.7"

func main() {
var yesFlag bool
Expand Down

0 comments on commit 23825d3

Please sign in to comment.