mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-19 10:22:04 +08:00
* fix: created unnecessary data dir when executing astrbot command fixes: #8853 * fix: 更新包版本更新函数以修改 astrbot/__init__.py 中的版本号
5 lines
85 B
Python
5 lines
85 B
Python
import logging
|
|
|
|
__version__ = "4.26.0-beta.11"
|
|
logger = logging.getLogger("astrbot")
|