From c10208d0d48df8608f5a4f4bff0620022df65f42 Mon Sep 17 00:00:00 2001 From: David Lee Date: Mon, 13 May 2024 18:55:50 -0400 Subject: [PATCH] OCM-6899 | chore: Set release version to 1.2.39-RC4 --- 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 e773463c44..d19bc05061 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.39-RC3" +const Version = "1.2.39-RC4" // Build contains the short Git SHA of the CLI at the point it was build. Set via `-ldflags` at build time var Build = "local"