diff --git a/pkg/info/info.go b/pkg/info/info.go index ada372f68..5213c0f9c 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.47-RC3" +const DefaultVersion = "1.2.47" // Build contains the short Git SHA of the CLI at the point it was build. Set via `-ldflags` at build time var Build = "local"