Skip to content

Commit 7ce906c

Browse files
committed
bump version to 1.0.3
1 parent 93f86c4 commit 7ce906c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 1.0.0
1+
VERSION = 1.0.3
22
LDFLAGS = -ldflags '-s -w'
33
GOARCH = amd64
44
linux: export GOOS=linux

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Usage of aws-rotate-key:
2323
-profile string
2424
The profile to use. (default "default")
2525
-version
26-
Print version number (1.0.0)
26+
Print version number (1.0.3)
2727
-y Automatic "yes" to prompts.
2828
```
2929

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
"github.com/aws/aws-sdk-go/service/sts"
1818
)
1919

20-
const version = "1.0.0"
20+
const version = "1.0.3"
2121

2222
func main() {
2323
var yesFlag bool

0 commit comments

Comments
 (0)