Skip to content

Commit

Permalink
bump version to 1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
boroivanov committed Oct 15, 2018
1 parent 241f868 commit d7d551f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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.3
VERSION = 1.0.4
LDFLAGS = -ldflags '-s -w'
GOARCH = amd64
linux: export GOOS=linux
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ Usage of aws-rotate-key:
-profile string
The profile to use. (default "default")
-version
Print version number (1.0.3)
Print version number (1.0.4)
-y
Automatic "yes" to prompts.
-d
Delete old key without deactivation.
```

## Example
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.3"
const version = "1.0.4"

func main() {
var yesFlag bool
Expand Down

0 comments on commit d7d551f

Please sign in to comment.