Skip to content

Commit

Permalink
Add version v2.6.11 and fix versioning issues
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyLV committed May 21, 2024
1 parent f64fdd9 commit 6a95978
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.11 (May 21, 2024)**

- Fix versioning issues

**2.6.10 (Oct 03, 2023)**

- Fix binary paths for goreleaser
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
)

const (
Version = "2.6.10"
Version = "2.6.11"
DefaultPageLimit = 5000
)

Expand Down

0 comments on commit 6a95978

Please sign in to comment.