From 91ab7228753700ce2c1f0d1fa90fe1d2948cd355 Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Thu, 27 Jun 2024 20:37:42 -0400 Subject: [PATCH] [v0.59] Bump to v0.59.2 As the title says. 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 4a8fad2c3..c9fcfc8d0 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.2-dev" +const Version = "0.59.2"