From 6816d0d7cbdb84556fbbb3ea2d2c59adf015d7cd Mon Sep 17 00:00:00 2001 From: David Lee Date: Mon, 12 Aug 2024 17:31:33 -0400 Subject: [PATCH] OCM-9503|chore: initial 1.2.44 rc cut --- 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 3a8ed9aae0..f05599c1be 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,7 +18,7 @@ limitations under the License. package info -const Version = "1.2.43" +const Version = "1.2.44-RC1" // Build contains the short Git SHA of the CLI at the point it was build. Set via `-ldflags` at build time var Build = "local"