From bc792c1cb108ea8d703f93099e93947999ae418a Mon Sep 17 00:00:00 2001 From: Rat0323 <261020116+Rat0323@users.noreply.github.com> Date: Tue, 9 Jun 2026 09:47:48 +0800 Subject: [PATCH] fix cli version source --- astrbot/cli/__init__.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/astrbot/cli/__init__.py b/astrbot/cli/__init__.py index 5e6913fc17..f913b329be 100644 --- a/astrbot/cli/__init__.py +++ b/astrbot/cli/__init__.py @@ -1 +1,3 @@ -__version__ = "4.25.3" +from astrbot.core.config.default import VERSION + +__version__ = VERSION