From 6a60bed7d2e53f3d85aa76c50611b3245c7d2fe3 Mon Sep 17 00:00:00 2001 From: David Lee Date: Wed, 24 Apr 2024 15:03:12 -0400 Subject: [PATCH] OCM-6595 | chore: release 1.2.38 --- 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 2ca8b238e..9a3f53839 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.38-RC3" +const Version = "1.2.38" // Build contains the short Git SHA of the CLI at the point it was build. Set via `-ldflags` at build time var Build = "local"