From 08ce6b4207e7b151ea1c2830cdb1d4473cfd12aa Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Mon, 14 Jul 2025 15:58:11 -0400 Subject: [PATCH] Bump to c/image v5.36.0 Bumping c/image to v5.36.0 in preparation for Podman v5.6 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 52a9afc2..bfff8a34 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ const ( VersionPatch = 0 // VersionDev indicates development branch. Releases will be empty string. - VersionDev = "-dev" + VersionDev = "" ) // Version is the specification version that the package types support.