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 2d6f5e6 commit c481080Copy full SHA for c481080
4 files changed
astrbot/cli/__init__.py
@@ -1 +1 @@
1
-__version__ = "4.24.3"
+__version__ = "4.24.4"
astrbot/core/config/default.py
@@ -5,7 +5,7 @@
5
from astrbot.core.computer.booters.cua_defaults import CUA_DEFAULT_CONFIG
6
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
7
8
-VERSION = "4.24.3"
+VERSION = "4.24.4"
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.24.3.md changelogs/v4.24.4.mdchangelogs/v4.24.3.md renamed to changelogs/v4.24.4.md
pyproject.toml
@@ -1,6 +1,6 @@
[project]
2
name = "AstrBot"
3
-version = "4.24.3"
+version = "4.24.4"
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