From 3df0fefb05327dc4b23803ca884285e6482a722b Mon Sep 17 00:00:00 2001 From: guessi Date: Thu, 12 Oct 2023 18:06:59 +0800 Subject: [PATCH] Release new version --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- pkg/constants/constants.go | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75caeb3..0e0fde3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index 785ce80..31a74b8 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 diff --git a/pkg/constants/constants.go b/pkg/constants/constants.go index 95f6fa2..3404871 100644 --- a/pkg/constants/constants.go +++ b/pkg/constants/constants.go @@ -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" )