From 2d62aa11894861eb40100028283bbc42d5f9bb74 Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Thu, 25 Jul 2024 16:40:24 -0400 Subject: [PATCH] [release-5.29] c/image to v5.29.5 Bump c/image as noted to create a version of c/image for Podman v4.9-rhel to address https://issues.redhat.com/browse/ACCELFIX-268 Signed-off-by: tomsweeneyredhat --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 4f0f8cac1..6dc60b9f9 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ const ( VersionPatch = 5 // VersionDev indicates development branch. Releases will be empty string. - VersionDev = "-dev" + VersionDev = "" ) // Version is the specification version that the package types support.