Skip to content

Commit c9f4c9f

Browse files
committed
release: v0.0.12
1 parent 0472c4e commit c9f4c9f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

.changelog/v0.0.12.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
> 对应核心版本: [**v4.7.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.7.0)
2+
3+
4+
我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-telegram/issues)[协助](https://github.com/simple-robot/simbot-component-telegram/pulls)
5+
感谢您的贡献与支持!
6+
7+
也欢迎您为我们献上一颗 `star`,这是对我们最大的鼓励与认可!

buildSrc/src/main/kotlin/P.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ object P {
4040
override val description: String get() = DESCRIPTION
4141
override val homepage: String get() = HOMEPAGE
4242

43-
const val VERSION = "0.0.11"
44-
const val NEXT_VERSION = "0.0.12"
43+
const val VERSION = "0.0.12"
44+
const val NEXT_VERSION = "0.0.13"
4545

4646
override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT"
4747
override val version = if (isSnapshot()) snapshotVersion else VERSION

0 commit comments

Comments
 (0)