From 0a902aad3926923b2cd7fe0a2e96331f76fd60d7 Mon Sep 17 00:00:00 2001 From: SIGSEGV Date: Thu, 11 Mar 2021 20:52:04 +0800 Subject: [PATCH] Bump v1.3.5 (#1206) --- CHANGELOG.md | 6 ++++++ pkg/version/version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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