diff --git a/pkg/info/info.go b/pkg/info/info.go index c8dd570290..8ae3b743a2 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.43-rc3" +const Version = "1.2.43-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"