From 45b7bf5e4ac70a5bfe29e0486719d8390bd6679c Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Thu, 18 Jan 2024 13:44:22 -0500 Subject: [PATCH 1/2] Bump to v1.14.1 As the title says. Bumping now in preparation for RHEL 8.10/9.4. Once merged, I will create release-1.14 branch based on this commit. [NO NEW TESTS NEEDED] 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 ffd187c0..fc53bd57 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.1-dev" +const Version = "1.14.1" From e32dfefbfd1ee01f8c99ae6c323d38e78925912e Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Thu, 18 Jan 2024 14:11:02 -0500 Subject: [PATCH 2/2] Bump to v1.15.0-dev As the title says. Bumping to v1.15.0-dev. We'll be using 1.14 in RHEL 8.10/9.4, and v1.15 of Skopeo will be targeted for a later RHEL version. [NO NEW TESTS NEEDED] 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 fc53bd57..642ba611 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.1" +const Version = "1.15.0-dev"