release: prepare v2.1.1

This commit is contained in:
Aimili
2026-08-27 02:29:34 +08:00
parent d937826f6d
commit 19c6844d09
6 changed files with 82 additions and 31 deletions
+2 -2
View File
@@ -204,9 +204,9 @@ def get_app_version():
try:
with open(os.path.join(INSTALL_DIR, "VERSION"), "r", encoding="utf-8") as f:
version = f.read().strip().lstrip("vV")
return version or "2.1.0"
return version or "2.1.1"
except Exception:
return "2.1.0"
return "2.1.1"
def load_ui_cfg():
import json