From 5c52517f38de17a9d9d501efeee9848fb83cd9ad Mon Sep 17 00:00:00 2001 From: Ginsakura Date: Fri, 23 Aug 2024 20:21:01 +0800 Subject: [PATCH] =?UTF-8?q?1.2.7rc3=20=20fix=20bugs,=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=A3=80=E6=9F=A5=E9=94=99=E8=AF=AF=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=A1=86=20=20Release?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Launcher.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Launcher.py b/Launcher.py index f0042db..4cf610a 100644 --- a/Launcher.py +++ b/Launcher.py @@ -12,10 +12,10 @@ import MainWindowOldStyle as OldStyle # import MusyncSavDecodeGUI as NewStyle -version = '1.2.7rc2' +version = '1.2.7rc3' isPreRelease = True -preVersion = "1.2.7pre2" -# isPreRelease = False +preVersion = "1.2.7pre3" +isPreRelease = False def launcher(): root = Tk()