chore: bump version to 4.5.6

This commit is contained in:
Raven95676
2025-11-07 16:20:19 +08:00
parent 817f20ea01
commit 8028e9e9a6
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import os
from astrbot.core.utils.astrbot_path import get_astrbot_data_path from astrbot.core.utils.astrbot_path import get_astrbot_data_path
VERSION = "4.5.5" VERSION = "4.5.6"
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db") DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
# 默认配置 # 默认配置
+3
View File
@@ -0,0 +1,3 @@
## What's Changed
1. 修复:构建失败