From dfabea65be810fdfbd131abfa6ed826c98d51eb1 Mon Sep 17 00:00:00 2001 From: den-rgb Date: Tue, 17 Dec 2024 11:44:25 +0000 Subject: [PATCH] OCM-12813 | chore: Set release version to 1.2.49 --- 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 0c0237f2c..1c985587a 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.49-RC2" +const DefaultVersion = "1.2.49" // Build contains the short Git SHA of the CLI at the point it was build. Set via `-ldflags` at build time var Build = "local"