From 8ce17a21a66d92969cf013b9baafc4eadb785b72 Mon Sep 17 00:00:00 2001 From: den-rgb Date: Thu, 1 Aug 2024 11:20:10 +0100 Subject: [PATCH] OCM-9499 | chore: Set release version to 1.2.43-RC5 --- 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 8ae3b743a2..c136ed9432 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-rc4" +const Version = "1.2.43-rc5" // Build contains the short Git SHA of the CLI at the point it was build. Set via `-ldflags` at build time var Build = "local"