From ea2c334e0afbeed5e07aa17f5d2146732bbc47c5 Mon Sep 17 00:00:00 2001 From: MaxLastBreath Date: Thu, 6 Jun 2024 21:17:21 +0300 Subject: [PATCH] Update Version Number --- src/configuration/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/configuration/settings.py b/src/configuration/settings.py index 18382fd..e830844 100644 --- a/src/configuration/settings.py +++ b/src/configuration/settings.py @@ -7,7 +7,7 @@ from tkinter import messagebox import configparser -Version = "manager-2.0.5" +Version = "manager-2.0.6" repo_url_raw = 'https://github.com/MaxLastBreath/TOTK-mods' repo_url = 'https://api.github.com/repos/MaxLastBreath/TOTK-mods' localconfig = "TOTKOptimizer.ini"