Skip to content

Commit

Permalink
Merge pull request #2257 from mtrmac/main-is-after-latest-release
Browse files Browse the repository at this point in the history
Main is after latest release
  • Loading branch information
mtrmac authored Jan 19, 2024
2 parents bd1a602 + a0e8c27 commit 3ec8998
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 @@ const (
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 29
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 1
VersionPatch = 2

// VersionDev indicates development branch. Releases will be empty string.
VersionDev = "-dev"
Expand Down

0 comments on commit 3ec8998

Please sign in to comment.