From 51a5d96532f54214b7bf95eba92e22be2c75ec9b Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Thu, 30 Jan 2025 11:47:22 -0500 Subject: [PATCH] Bump to c/image v5.34.0 Bump to c/image v5.34.0 in preparation for Podman v5.4 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 701e87f35..0322755ba 100644 --- a/version/version.go +++ b/version/version.go @@ -8,10 +8,10 @@ const ( // VersionMinor is for functionality in a backwards-compatible manner VersionMinor = 34 // VersionPatch is for backwards-compatible bug fixes - VersionPatch = 1 + VersionPatch = 0 // VersionDev indicates development branch. Releases will be empty string. - VersionDev = "-dev" + VersionDev = "" ) // Version is the specification version that the package types support.