From 70aa28787155cd0eecca27c59c575ef1a120e00e Mon Sep 17 00:00:00 2001 From: Ciaran Roche Date: Mon, 2 Sep 2024 10:43:10 +0100 Subject: [PATCH] OCM-9509 | chore: bump version to RC1 --- 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 a2639bc958..cbcf306536 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.45" +const DefaultVersion = "1.2.45-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"