Skip to content

Commit

Permalink
Merge pull request #2430 from TomSweeneyRedHat/dev/tsweeney/bumptodev
Browse files Browse the repository at this point in the history
Bump to v5.32.0-dev
  • Loading branch information
mtrmac authored May 21, 2024
2 parents d8c4a71 + 4fae4c3 commit b0bac51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ const (
// VersionMajor is for an API incompatible changes
VersionMajor = 5
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 31
VersionMinor = 32
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 1
VersionPatch = 0

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

0 comments on commit b0bac51

Please sign in to comment.