Skip to content

Commit

Permalink
Release 2.6.14
Browse files Browse the repository at this point in the history
- Fix module version
  • Loading branch information
RonnyLV committed May 29, 2024
1 parent 44b6a81 commit f638f4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ run: build
release:
git tag ${tag}
git push origin ${tag}
goreleaser release --rm-dist --skip-validate --skip-publish
.PHONY: release

build: clean
Expand Down
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.14 (May 29, 2024)**

- Fix module versioning

**2.6.13 (May 29, 2024)**

- Add GH action for automated full gorelease process
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.12"
Version = "2.6.14"
DefaultPageLimit = 5000
)

Expand Down

0 comments on commit f638f4c

Please sign in to comment.