diff --git a/CHANGELOG.md b/CHANGELOG.md index ebb45039bb..f39a27d19e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ TiUP Changelog +## [1.2.3] 2020.10.30 + +### Fixes + +- Fix misleading warning message in the display command ([#869](https://github.com/pingcap/tiup/pull/869), [@lucklove](https://github.com/lucklove)) + ## [1.2.1] 2020.10.23 ### Improvements diff --git a/pkg/version/version.go b/pkg/version/version.go index a0fd40e0f1..7fbd607ec5 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -24,7 +24,7 @@ var ( // TiUPVerMinor is the minor version of TiUP TiUPVerMinor = 2 // TiUPVerPatch is the patch version of TiUP - TiUPVerPatch = 1 + TiUPVerPatch = 3 // TiUPVerName is alternative name of the version TiUPVerName = "tiup" // GitHash is the current git commit hash