Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
guessi committed Oct 12, 2023
1 parent d35e23a commit 3df0fef
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.7 / 2023-10-12

* Identical with v1.0.6

# v1.0.6 / 2023-10-12

* Biuld with golang 1.21
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.5
cloudtrail-cli version 1.0.7
```

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

VERSION:
1.0.5
1.0.7

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.5"
VERSION string = "1.0.7"
)

0 comments on commit 3df0fef

Please sign in to comment.