From 736f83c76ad565844e3aafe06d3a7c8a3a753a0c Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Wed, 4 Sep 2024 17:40:58 -0400 Subject: [PATCH] [release-5.26] Bump c/image to v5.26.3 As the title says. Bumping to v5.26.3 to address CVE-2024-3727 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 439939d9fb..328082026c 100644 --- a/version/version.go +++ b/version/version.go @@ -11,7 +11,7 @@ const ( VersionPatch = 3 // VersionDev indicates development branch. Releases will be empty string. - VersionDev = "-dev" + VersionDev = "" ) // Version is the specification version that the package types support.