diff --git a/app/common/config.py b/app/common/config.py index 395f661c..d0685b33 100644 --- a/app/common/config.py +++ b/app/common/config.py @@ -130,7 +130,7 @@ class Config(QConfig): YEAR = 2023 AUTHOR = "Zaphkiel" -VERSION = "0.12.0" +VERSION = "0.12.1" FEEDBACK_URL = "https://github.com/Zzaphkiel/Seraphine/issues?q=is%3Aissue" GITHUB_URL = "https://github.com/Zzaphkiel/Seraphine" LOCAL_PATH = f"{os.getenv('APPDATA')}\\Seraphine"