From 2fb18a549e635c3c558d71c8a74eff97378b6240 Mon Sep 17 00:00:00 2001 From: hunterkepley Date: Mon, 28 Oct 2024 14:41:21 -0400 Subject: [PATCH] OCM-11943 | chore: Bump RC from 2 -> 3 --- pkg/info/info.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/info/info.go b/pkg/info/info.go index 93dedf359..ada372f68 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,7 +18,7 @@ limitations under the License. package info -const DefaultVersion = "1.2.47-RC2" +const DefaultVersion = "1.2.47-RC3" // Build contains the short Git SHA of the CLI at the point it was build. Set via `-ldflags` at build time var Build = "local"