This commit is contained in:
Nolan Kovacs 2026-03-26 14:55:05 -04:00
parent 0cad4df12d
commit 5c779efecf
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import requests
# ---------------------------------------------------------------------------
# Current app version — kept in sync by push_update.py before each build.
# ---------------------------------------------------------------------------
APP_VERSION = "1.3.9"
APP_VERSION = "1.4.0"
def _exe_dir() -> str: