Files
AstrBot/astrbot/__init__.py
Weilong Liao 39d425316f fix: created unnecessary data dir when executing astrbot command (#8932)
* fix: created unnecessary data dir when executing astrbot command

fixes: #8853

* fix: 更新包版本更新函数以修改 astrbot/__init__.py 中的版本号
2026-06-21 14:04:49 +08:00

5 lines
85 B
Python

import logging
__version__ = "4.26.0-beta.11"
logger = logging.getLogger("astrbot")