Skip to content

Commit

Permalink
Merge pull request #2511 from mtrmac/5.32-version
Browse files Browse the repository at this point in the history
[release-5.32] Fix the version number
  • Loading branch information
TomSweeneyRedHat authored Aug 13, 2024
2 parents 6a17c28 + c94eadb commit 4bcaca1
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 @@ -6,7 +6,7 @@ const (
// VersionMajor is for an API incompatible changes
VersionMajor = 5
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 33
VersionMinor = 32
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 2

Expand Down

0 comments on commit 4bcaca1

Please sign in to comment.