From 99e3c44865d4200bb93f38365622ef1e857c3a61 Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Wed, 13 Mar 2024 19:51:18 -0400 Subject: [PATCH] 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"