From fe07cc958acae9bb520f685474a50178e00b815b Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Wed, 21 Aug 2024 15:00:15 -0400 Subject: [PATCH] [release-1.16] Bump to Skopeo v1.16.1 As the title says. Bumping to v1.1.6.1 and we will target this for RHEL 9.5/10.0 Beta 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 37144903bb..d7114606c3 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.16.0" +const Version = "1.16.1"