From ea9891a487437f66034e967afcad26ce387dd092 Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Tue, 5 Mar 2024 09:47:22 -0500 Subject: [PATCH] Bump to v0.59.0-dev As the title say, bumping to the next dev version. [NO NEW TESTS NEEDED] Signed-off-by: tomsweeneyredhat --- common/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/version/version.go b/common/version/version.go index cd77bf8926..7d7984324a 100644 --- a/common/version/version.go +++ b/common/version/version.go @@ -1,4 +1,4 @@ package version // Version is the version of the build. -const Version = "0.58.0" +const Version = "0.59.0-dev"