Skip to content

Commit

Permalink
Merge pull request #2425 from TomSweeneyRedHat/dev/tsweeney/v1.54.0
Browse files Browse the repository at this point in the history
Bump to c/storage v1.54.0 then c/image to v5.31.0 and then to v5.31.1-dev
  • Loading branch information
TomSweeneyRedHat authored May 21, 2024
2 parents 21ac79b + ec3f0e5 commit d8c4a71
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 = 30
VersionMinor = 31
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 2
VersionPatch = 1

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

0 comments on commit d8c4a71

Please sign in to comment.