Skip to content

Commit d7d551f

Browse files
committed
bump version to 1.0.4
1 parent 241f868 commit d7d551f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Makefile

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

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,12 @@ Usage of aws-rotate-key:
2323
-profile string
2424
The profile to use. (default "default")
2525
-version
26-
Print version number (1.0.3)
26+
Print version number (1.0.4)
2727
-y
2828
Automatic "yes" to prompts.
2929
-d
3030
Delete old key without deactivation.
31+
3132
```
3233

3334
## Example

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.3"
20+
const version = "1.0.4"
2121

2222
func main() {
2323
var yesFlag bool

0 commit comments

Comments
 (0)