diff --git a/src/globals/constants.py b/src/globals/constants.py index b3b501a..424a461 100644 --- a/src/globals/constants.py +++ b/src/globals/constants.py @@ -3,7 +3,7 @@ from PySide2.QtCore import QCoreApplication -VERSION = "0.8.1" +VERSION = "0.8.2" TITLE = "The Witcher 3 Mod Manager" AUTHORS = ["Stefan Kostic (stefan3372)", "Christian Sdunek (Systemcluster)"] AUTHORS_MAIL = ["stekos@live.com", "me@systemcluster.me"]