Update the version number to 1.8.0 (#771)

This commit is contained in:
Wu Clan
2025-08-15 20:06:21 +08:00
committed by GitHub
parent a6bbf2971d
commit eeb709c6aa

View File

@@ -3,7 +3,7 @@
from backend.common.i18n import i18n
from backend.utils.console import console
__version__ = '1.7.0'
__version__ = '1.8.0'
def get_version() -> str | None: