From 488710233747d60cd1de6dcab609a741b2684a42 Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Thu, 23 May 2024 09:15:11 -0400 Subject: [PATCH] [v0.59.0] Bump c/common to v0.59.1-dev Bump the version to the initial dev for the new c/common v0.59 release branch. 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 b8311bf19..864ea6a58 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" +const Version = "0.59.1-dev"