Skip to content

Commit

Permalink
Merge pull request #2269 from TomSweeneyRedHat/dev/tsweeney/5_30dev
Browse files Browse the repository at this point in the history
Bump to v5.30.0-dev
  • Loading branch information
mtrmac authored Jan 30, 2024
2 parents 5bc8813 + 29d03b5 commit e66a1ad
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 = 29
VersionMinor = 30
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 2
VersionPatch = 0

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

0 comments on commit e66a1ad

Please sign in to comment.