Skip to content

Commit cbcc2ce

Browse files
committed
bump to v1.15.2 (#2421)
1 parent 4ff76f7 commit cbcc2ce

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
TiUP Changelog
22

3+
## [1.15.2] 2024-05-28
4+
5+
### Improvements
6+
7+
- Remove LGPL dependency
8+
39
## [1.15.1] 2024-04-11
410

511
### Fixes

pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var (
2323
// TiUPVerMinor is the minor version of TiUP
2424
TiUPVerMinor = 15
2525
// TiUPVerPatch is the patch version of TiUP
26-
TiUPVerPatch = 0
26+
TiUPVerPatch = 2
2727
// TiUPVerName is an alternative name of the version
2828
TiUPVerName = "tiup"
2929
// GitHash is the current git commit hash

0 commit comments

Comments
 (0)