Explorar el Código

release: prepare for 0.47.0 (#3296)

fatedier hace 2 años
padre
commit
38d42dbe4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pkg/util/version/version.go

+ 1 - 1
pkg/util/version/version.go

@@ -19,7 +19,7 @@ import (
 	"strings"
 )
 
-var version = "0.46.1"
+var version = "0.47.0"
 
 func Full() string {
 	return version