From 99e3c44865d4200bb93f38365622ef1e857c3a61 Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Wed, 13 Mar 2024 19:51:18 -0400 Subject: [PATCH 1/2] Bump to v1.15.0 Given the big changes in c/common, c/image and c/storage, I think it makes sense to create Skopeo v1.15.0 now to go out with Podman v5.0 and Buildah v1.35. [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 642ba611..161050ed 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.15.0-dev" +const Version = "1.15.0" From 3290caf850c6b636f627d924cdd2c558d26abdde Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Wed, 13 Mar 2024 19:53:10 -0400 Subject: [PATCH 2/2] Bump to v1.16.0-dev Bump the main branch to the next dev 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 161050ed..117e7a53 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.15.0" +const Version = "1.16.0-dev"