diff --git a/CHANGELOG.md b/CHANGELOG.md index a1b4ac160a..ef4664e64a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ TiUP Changelog +## [1.3.5] 2021.03.11 + +### Fixes + +- Fix the issue that old nighlty may cause error ([#1198](https://github.com/pingcap/tiup/pull/1198), [@lucklove](https://github.com/lucklove)) + ## [1.3.4] 2021.03.05 ### Fixes diff --git a/pkg/version/version.go b/pkg/version/version.go index a4a0980b90..cb30dcee1c 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -24,7 +24,7 @@ var ( // TiUPVerMinor is the minor version of TiUP TiUPVerMinor = 3 // TiUPVerPatch is the patch version of TiUP - TiUPVerPatch = 4 + TiUPVerPatch = 5 // TiUPVerName is alternative name of the version TiUPVerName = "tiup" // GitHash is the current git commit hash