diff --git a/pkg/version/version.go b/pkg/version/version.go index 8620126dfa..b007e783ec 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -24,7 +24,7 @@ var ( // TiUPVerMinor is the minor version of TiUP TiUPVerMinor = 0 // TiUPVerPatch is the patch version of TiUP - TiUPVerPatch = 7 + TiUPVerPatch = 8 // TiUPVerName is alternative name of the version TiUPVerName = "tiup" // GitHash is the current git commit hash