From d5c3f645387033ba51977fd037a865be25e7fce1 Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Wed, 22 May 2024 13:40:09 -0400 Subject: [PATCH] Bump c/common to v0.59.0 As the title says. Bumping to v0.59.0 in preparation of Podman v5.1 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 7d7984324..b8311bf19 100644 --- a/version/version.go +++ b/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.59.0-dev" +const Version = "0.59.0"