diff --git a/updater.py b/updater.py index dbd5a19..ac5adf8 100644 --- a/updater.py +++ b/updater.py @@ -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: