Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
guessi committed Aug 7, 2023
1 parent d0c8823 commit 5e29cb9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v1.0.5 / 2023-08-08

* Identical with v1.0.4

# v1.0.4 / 2023-08-08

* Update staticcheck@2023.1.3
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Blazing fast single purpose cli for CloudTrail log filtering, written in golang

```bash
$ cloudtrail-cli --version
cloudtrail-cli version 1.0.3
cloudtrail-cli version 1.0.5
```

```bash
Expand All @@ -24,7 +24,7 @@ USAGE:
cloudtrail-cli [global options] command [command options] [arguments...]

VERSION:
1.0.3
1.0.5

COMMANDS:
help, h Shows a list of commands or help for one command
Expand Down
2 changes: 1 addition & 1 deletion pkg/constants/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ package constants
const (
NAME string = "cloudtrail-cli"
USAGE string = "Blazing fast single purpose cli for CloudTrail log filtering"
VERSION string = "1.0.3"
VERSION string = "1.0.5"
)

0 comments on commit 5e29cb9

Please sign in to comment.