chore: bump version to 4.23.5

This commit is contained in:
Soulter
2026-04-23 22:28:40 +08:00
parent 8eefda4611
commit 9f8ce24726
4 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
__version__ = "4.23.4"
__version__ = "4.23.5"

View File

@@ -5,7 +5,7 @@ from typing import Any, TypedDict
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
VERSION = "4.23.4"
VERSION = "4.23.5"
DB_PATH = os.path.join(get_astrbot_data_path(), "data_v4.db")
PERSONAL_WECHAT_CONFIG_METADATA = {
"weixin_oc_base_url": {

View File

@@ -1,6 +1,6 @@
[project]
name = "AstrBot"
version = "4.23.4"
version = "4.23.5"
description = "Easy-to-use multi-platform LLM chatbot and development framework"
readme = "README.md"
license = { text = "AGPL-3.0-or-later" }