We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f86c4 commit 7ce906cCopy full SHA for 7ce906c
Makefile
@@ -1,4 +1,4 @@
1
-VERSION = 1.0.0
+VERSION = 1.0.3
2
LDFLAGS = -ldflags '-s -w'
3
GOARCH = amd64
4
linux: export GOOS=linux
README.md
@@ -23,7 +23,7 @@ Usage of aws-rotate-key:
23
-profile string
24
The profile to use. (default "default")
25
-version
26
- Print version number (1.0.0)
+ Print version number (1.0.3)
27
-y Automatic "yes" to prompts.
28
```
29
main.go
@@ -17,7 +17,7 @@ import (
17
"github.com/aws/aws-sdk-go/service/sts"
18
)
19
20
-const version = "1.0.0"
+const version = "1.0.3"
21
22
func main() {
var yesFlag bool
0 commit comments