Skip to content

Commit

Permalink
Release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
guessi committed Jan 7, 2024
1 parent 2474ffd commit 71a1536
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.9 / 2024-01-07

* Dependencies update

# v1.0.8 / 2023-11-20

* Dependencies update
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.8
cloudtrail-cli version 1.0.9
```

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

VERSION:
1.0.8
1.0.9

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.8"
VERSION string = "1.0.9"
)

0 comments on commit 71a1536

Please sign in to comment.