chore: bump version to 4.24.4

This commit is contained in:
Soulter
2026-05-13 01:46:08 +08:00
parent 2d6f5e64b8
commit c48108040c
4 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
__version__ = "4.24.3"
__version__ = "4.24.4"

View File

@@ -5,7 +5,7 @@ import os
from astrbot.core.computer.booters.cua_defaults import CUA_DEFAULT_CONFIG
from astrbot.core.utils.astrbot_path import get_astrbot_data_path
VERSION = "4.24.3"
VERSION = "4.24.4"
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.24.3"
version = "4.24.4"
description = "Easy-to-use multi-platform LLM chatbot and development framework"
readme = "README.md"
license = { text = "AGPL-3.0-or-later" }