From df7e28a0c759fefb6ce7864e374f27116d6fd5d2 Mon Sep 17 00:00:00 2001 From: SIGSEGV Date: Fri, 30 Oct 2020 18:28:54 +0800 Subject: [PATCH] Bump v1.2.3 (#872) --- CHANGELOG.md | 6 ++++++ pkg/version/version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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