From ed1006756481b44422ab4eff03d8bc980c7fdbee Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Sat, 18 May 2024 16:40:11 -0400 Subject: [PATCH] Bump c/image to v5.31.1-dev Bump back to a dev version for the main branch. Signed-off-by: tomsweeneyredhat --- version/version.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version/version.go b/version/version.go index 0b5c3bd7a8..46f269b6ef 100644 --- a/version/version.go +++ b/version/version.go @@ -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.