Skip to content

Commit

Permalink
[release-5.31] Bump c/image to v5.31.1-dev
Browse files Browse the repository at this point in the history
I managed to set main to v5.31.1-dev, rather than the
release-5.31 branch.  I've corected main with
#2430
and this will correct the release-5.31 branch

Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
  • Loading branch information
TomSweeneyRedHat committed May 21, 2024
1 parent b5a7587 commit 9ac505f
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 @@ -8,10 +8,10 @@ const (
// VersionMinor is for functionality in a backwards-compatible manner
VersionMinor = 31
// VersionPatch is for backwards-compatible bug fixes
VersionPatch = 0
VersionPatch = 1

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

// Version is the specification version that the package types support.
Expand Down

0 comments on commit 9ac505f

Please sign in to comment.