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