diff --git a/README.md b/README.md index 605a05a..bbb3431 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,10 @@ Optionally, you may rename included `config-example.yml` to `config.yml` and set Only one concurrent request per token is allowed. ## Changes +**2.6.12 (May 22, 2024)** + +- Add GH action automated release process + **2.6.11 (May 21, 2024)** - Fix versioning issues diff --git a/cmd/root.go b/cmd/root.go index f669272..f8518c6 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -14,7 +14,7 @@ import ( ) const ( - Version = "2.6.11" + Version = "2.6.12" DefaultPageLimit = 5000 )