Skip to content

Commit

Permalink
bump version to v1.12.4 (#2228)
Browse files Browse the repository at this point in the history
  • Loading branch information
nexustar committed Jul 13, 2023
1 parent b3b7040 commit 2d3076f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
TiUP Changelog

## [1.12.4] 2023-7-13

### Fix

- Fix cannot show tiflash uptime in `tiup-cluster` (#2227, @nexustar)

### Improvement

- Remove tcp_port for tiflash in `tiup-cluster` and `tiup-playground` (#2220, @zanmato1984)

## [1.12.3] 2023-6-14

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var (
// TiUPVerMinor is the minor version of TiUP
TiUPVerMinor = 12
// TiUPVerPatch is the patch version of TiUP
TiUPVerPatch = 3
TiUPVerPatch = 4
// TiUPVerName is an alternative name of the version
TiUPVerName = "tiup"
// GitHash is the current git commit hash
Expand Down

0 comments on commit 2d3076f

Please sign in to comment.