From 2daa7f8c596f7da95247e468d9a64864bc7acd88 Mon Sep 17 00:00:00 2001 From: Guilherme Branco Date: Fri, 27 Sep 2024 11:34:56 -0300 Subject: [PATCH] OCM-9513 | chore: bump 1.2.46 to RC2 --- 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 5d1e35da3d..e642064b96 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.46-RC1" +const DefaultVersion = "1.2.46-RC2" // Build contains the short Git SHA of the CLI at the point it was build. Set via `-ldflags` at build time var Build = "local"