diff --git a/README.md b/README.md index aff55ca..8c8b136 100644 --- a/README.md +++ b/README.md @@ -123,10 +123,14 @@ Optionally, you may rename included `config-example.yml` to `config.yml` and set Only one concurrent request per token is allowed. ## Changes -**2.6.10 (May 21, 2024)** +**2.6.11 (May 21, 2024)** - Fixed versioning issues of 2.6.9 +**2.6.10 (Oct 03, 2023)** + +- Fix binary paths + **2.6.9 (Oct 03, 2023)** - Updated Lokalise GO SDK to v3.4.0 diff --git a/cmd/root.go b/cmd/root.go index f168dd2..f669272 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -14,7 +14,7 @@ import ( ) const ( - Version = "2.6.10" + Version = "2.6.11" DefaultPageLimit = 5000 )