From e2c1eecd40b9121adf431a33cbbe60d22dc9fad7 Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Fri, 1 Aug 2025 14:58:16 -0400 Subject: [PATCH] Bump to v1.20.0 Bumping to v1.20 to align with Buildah v1.41 and Podman v5.6 now that Skopeo has the same c/* libraries vendored in. 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 31496e85..e1a5d408 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "1.20.0-dev" +const Version = "1.20.0"