Skip to content

Commit

Permalink
bump version (#325)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: David May <[email protected]>
  • Loading branch information
github-actions[bot] and wass3rw3rk authored Sep 20, 2024
1 parent 8673e41 commit 39a1d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ var (
// VersionMajor is for an API incompatible changes.
VersionMajor int64
// VersionMinor is for functionality in a backwards-compatible manner.
VersionMinor int64 = 24
VersionMinor int64 = 25
// VersionPatch is for backwards-compatible bug fixes.
VersionPatch int64
)
Expand Down

0 comments on commit 39a1d53

Please sign in to comment.