From fd6d0300829fc22bc1d097cc687a46b3f22c45b3 Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Mon, 12 Aug 2024 10:07:53 -0400 Subject: [PATCH] [v0.60] Bumpc to c/common v0.60.1 Bump to v0.60.1 primarily to get c/image v5.32.1 vendored in with the zstd: chunked work. 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 aec8361bf..5499120fc 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.60.0" +const Version = "0.60.1"