Skip to content

Commit

Permalink
TKSS-759: Bump version to 1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
johnshajiang committed Apr 17, 2024
1 parent 27316a8 commit 5a918fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Release](https://img.shields.io/badge/Release-1.0.11-brightgreen)](https://github.com/Tencent/TencentKonaSMSuite/releases/tag/v1.0.11)
[![Release](https://img.shields.io/badge/Release-1.0.12-brightgreen)](https://github.com/Tencent/TencentKonaSMSuite/releases/tag/v1.0.12)
[![Maven Central](https://img.shields.io/badge/Maven_Central-gray)](https://central.sonatype.com/search?q=com.tencent.kona)

English | **[中文]**
Expand Down
2 changes: 1 addition & 1 deletion README_cn.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Release](https://img.shields.io/badge/Release-1.0.11-brightgreen)](https://github.com/Tencent/TencentKonaSMSuite/releases/tag/v1.0.11)
[![Release](https://img.shields.io/badge/Release-1.0.12-brightgreen)](https://github.com/Tencent/TencentKonaSMSuite/releases/tag/v1.0.12)
[![Maven Central](https://img.shields.io/badge/Maven_Central-gray)](https://central.sonatype.com/search?q=com.tencent.kona)

**[English]** | 中文
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ allprojects {
}

group = "com.tencent.kona"
version = "1.0.12-SNAPSHOT"
version = "1.0.12"
}

0 comments on commit 5a918fc

Please sign in to comment.