chore: bump version to 4.24.2

This commit is contained in:
Soulter
2026-05-04 00:21:43 +08:00
parent bc2c67d4d7
commit 39386eeb3e
4 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
__version__ = "4.24.1"
__version__ = "4.24.2"

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.1"
VERSION = "4.24.2"
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.1"
version = "4.24.2"
description = "Easy-to-use multi-platform LLM chatbot and development framework"
readme = "README.md"
license = { text = "AGPL-3.0-or-later" }