Release 1.2.2

This commit is contained in:
2026-04-13 18:19:34 +02:00
parent bc31430a1e
commit f85ec81851
4 changed files with 32 additions and 4 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ def load_app_version(root_dir: Path) -> str:
).strip()
if manifest_version:
return manifest_version
return "1.2.1"
return "1.2.2"
def load_release_url() -> str: