From 6d28f62aba454e8066d251b9fe1984833c425751 Mon Sep 17 00:00:00 2001 From: misyaguziya <53165965+misyaguziya@users.noreply.github.com> Date: Sat, 28 Dec 2024 15:48:27 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8D=EF=B8=8F[Update]=20Version=20:=20v?= =?UTF-8?q?=202.2.9=20->=20v=203.0.0.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src-python/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src-python/config.py b/src-python/config.py index 40a8f1b9..56d28265 100644 --- a/src-python/config.py +++ b/src-python/config.py @@ -911,7 +911,7 @@ class Config: def init_config(self): # Read Only - self._VERSION = "2.2.5" + self._VERSION = "3.0.0" if getattr(sys, 'frozen', False): self._PATH_LOCAL = os_path.dirname(sys.executable) else: