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')