From b5b9a9e7ee94c5c2767895a4a90e33f1c298a6f6 Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Thu, 9 May 2024 13:19:25 -0400 Subject: [PATCH] [v0.58] Bump to v0.58 As the title says. Mostly to cover CVE-2024-3757 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 88a616078..ddf29b94b 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.58.2" +const Version = "0.58.3"