From b73fe5dd8a9c73b5fc0c0d60585daaf9fca065aa Mon Sep 17 00:00:00 2001 From: croche Date: Mon, 20 May 2024 10:58:01 +0100 Subject: [PATCH] OCM-6900 | chore: bump version to 1.2.40-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 5a7fecf491..f189a7b3e3 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.41" +const Version = "1.2.40-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"