We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eefda4 commit 9f8ce24Copy full SHA for 9f8ce24
4 files changed
astrbot/cli/__init__.py
@@ -1 +1 @@
1
-__version__ = "4.23.4"
+__version__ = "4.23.5"
astrbot/core/config/default.py
@@ -5,7 +5,7 @@
5
6
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
7
8
-VERSION = "4.23.4"
+VERSION = "4.23.5"
9
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
10
PERSONAL_WECHAT_CONFIG_METADATA = {
11
"weixin_oc_base_url": {
changelogs/v4.23.4.md changelogs/v4.23.5.mdchangelogs/v4.23.4.md renamed to changelogs/v4.23.5.md
pyproject.toml
@@ -1,6 +1,6 @@
[project]
2
name = "AstrBot"
3
-version = "4.23.4"
+version = "4.23.5"
4
description = "Easy-to-use multi-platform LLM chatbot and development framework"
readme = "README.md"
license = { text = "AGPL-3.0-or-later" }
0 commit comments