v2.5.3: fix disabled Update panel button

This commit is contained in:
orohi
2026-07-28 10:02:57 +03:00
parent a5b8f26db1
commit 5d63e5d6ef
6 changed files with 12 additions and 8 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ else:
application_path = os.path.dirname(__file__)
DATA_FILE = os.path.join(application_path, 'data.json') # legacy JSON; used only for one-shot import / export
CURRENT_VERSION = "v2.5.2"
CURRENT_VERSION = "v2.5.3"
RELEASES_REPO_URL = repo_url()
RELEASES_API_LATEST = api_latest_url()
BIN_DIR = os.environ.get('TUNNEL_BIN_DIR', os.path.join(application_path, 'bin'))