From e2258e270ce06e874078559d2b1307a893873b24 Mon Sep 17 00:00:00 2001 From: frarol96 Date: Mon, 15 Jul 2024 21:52:56 +0000 Subject: [PATCH] Compatibility update with the new dynamic launcher --- ERSCMU.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ERSCMU.py b/ERSCMU.py index 4e2cc8a..883083d 100644 --- a/ERSCMU.py +++ b/ERSCMU.py @@ -1,5 +1,5 @@ # Define version number -PROGRAM_VERSION = "1.7.0.1" +PROGRAM_VERSION = "1.7.0.2" # Define a persistent path for the configuration files in the AppData folder PERSISTENT_DIR = os.path.join(os.getenv('APPDATA'), 'ERSC Mod Updater')