From b07ebd68ab1f9708d7356b0046c42499680245e2 Mon Sep 17 00:00:00 2001 From: borderban Date: Tue, 5 May 2026 15:15:29 +0500 Subject: [PATCH] microfix --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"