diff --git a/main.py b/main.py index 820d851..487d655 100644 --- a/main.py +++ b/main.py @@ -11,7 +11,7 @@ import threading import subprocess import re -APP_VERSION = "v1.1.6" +APP_VERSION = "v1.1.7.2" UPDATE_API_URL = "https://git.borderban.ru/api/v1/repos/BorderBan/client-py/releases/latest" SERVER_URL = "https://server1.borderban.ru/mods/" CONFIG_FILE = Path.home() / ".factorio_sync_config.json"