From ea143562bceb5568a9a8d2146d0c2c4379a513c9 Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Thu, 23 May 2024 18:05:21 -0400 Subject: [PATCH] [release-1.14] Bump to Skopeo v1.14.4 As the title says, bumping to v1.14.4 to get a release ready with the CVE-2024-3727 fix. 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 7059f585..8787c1a2 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.14.3" +const Version = "1.14.4"