From aa650acbd94962b1e60cb8c93de76fd41ad098a1 Mon Sep 17 00:00:00 2001 From: ForteScarlet Date: Sat, 17 Aug 2024 22:32:40 +0800 Subject: [PATCH] release: v0.0.11 --- .changelog/v0.0.11.md | 7 +++++++ buildSrc/src/main/kotlin/P.kt | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 .changelog/v0.0.11.md diff --git a/.changelog/v0.0.11.md b/.changelog/v0.0.11.md new file mode 100644 index 0000000..3dc8f4b --- /dev/null +++ b/.changelog/v0.0.11.md @@ -0,0 +1,7 @@ +> 对应核心版本: [**v4.6.0**](https://github.com/simple-robot/simpler-robot/releases/tag/v4.6.0) + + +我们欢迎并期望着您的的[反馈](https://github.com/simple-robot/simbot-component-telegram/issues)或[协助](https://github.com/simple-robot/simbot-component-telegram/pulls), +感谢您的贡献与支持! + +也欢迎您为我们献上一颗 `star`,这是对我们最大的鼓励与认可! diff --git a/buildSrc/src/main/kotlin/P.kt b/buildSrc/src/main/kotlin/P.kt index 544ea8b..76d39e2 100644 --- a/buildSrc/src/main/kotlin/P.kt +++ b/buildSrc/src/main/kotlin/P.kt @@ -40,8 +40,8 @@ object P { override val description: String get() = DESCRIPTION override val homepage: String get() = HOMEPAGE - const val VERSION = "0.0.10" - const val NEXT_VERSION = "0.0.11" + const val VERSION = "0.0.11" + const val NEXT_VERSION = "0.0.12" override val snapshotVersion = "$NEXT_VERSION-SNAPSHOT" override val version = if (isSnapshot()) snapshotVersion else VERSION