Skip to content

Commit

Permalink
Fix the version number
Browse files Browse the repository at this point in the history
We are on the 5.32 branch and the previous release was 5.32.1.

Signed-off-by: Miloslav Trmač <mitr@redhat.com>
  • Loading branch information
mtrmac committed Aug 9, 2024
1 parent 6a17c28 commit c94eadb
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 c94eadb

Please sign in to comment.