Fix hardcoded localhost fallback

This commit is contained in:
2025-11-22 23:03:50 +08:00
parent 37d372c617
commit ef781ae0b1
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
"""Central location for the application version string."""
from __future__ import annotations
APP_VERSION = "0.1.1"
APP_VERSION = "0.1.2"
def get_version() -> str: