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