From 7f5919a80c7eec1b7c4d60b8b6d784efd7a63f7a Mon Sep 17 00:00:00 2001 From: Zzaphkiel <1278228162@qq.com> Date: Sat, 4 May 2024 13:47:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E8=87=B3=200.12.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"