From 3390f32123fde56fec73d03b5c582be3d39c8eed Mon Sep 17 00:00:00 2001 From: This is XiaoDeng <1744793737@qq.com> Date: Sun, 5 Mar 2023 14:13:58 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=EF=BC=9Av2.5.188-rc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- src/plugins/Core/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d9103303..aee19662 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "XDbot2" -version = "2.5.48" +version = "v2.5.188-rc" description = "简单多功能QQbot" authors = ["This-is-XiaoDeng", "xxtg666", "chun-awa"] readme = "README.md" diff --git a/src/plugins/Core/config.py b/src/plugins/Core/config.py index f199f97a..84c65cec 100644 --- a/src/plugins/Core/config.py +++ b/src/plugins/Core/config.py @@ -6,7 +6,7 @@ class Config(BaseSettings): # Your Config Here # 版本常量 - VERSION = "2.5.48" + VERSION = "v2.5.188-rc" # 控制中心 CONTROL_GROUP = "598443695"