Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion astrbot/cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
__version__ = "4.25.3"
from astrbot.core.config.version import VERSION

__version__ = VERSION
2 changes: 1 addition & 1 deletion astrbot/core/config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import os

from astrbot.core.computer.booters.cua_defaults import CUA_DEFAULT_CONFIG
from astrbot.core.config.version import VERSION as VERSION
from astrbot.core.utils.astrbot_path import get_astrbot_data_path

VERSION = "4.25.5"
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
PERSONAL_WECHAT_CONFIG_METADATA = {
"weixin_oc_base_url": {
Expand Down
1 change: 1 addition & 0 deletions astrbot/core/config/version.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VERSION = "4.25.5"