From 8e97621fca7d356fe110560918109e6027cf30c0 Mon Sep 17 00:00:00 2001 From: misyaguziya <53165965+misyaguziya@users.noreply.github.com> Date: Fri, 21 Feb 2025 14:56:49 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8D=EF=B8=8F[Update]=20Version=203.0.3?= =?UTF-8?q?=20->=203.0.4?= 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 05575a8e..b607863b 100644 --- a/src-python/config.py +++ b/src-python/config.py @@ -944,7 +944,7 @@ class Config: def init_config(self): # Read Only - self._VERSION = "3.0.3" + self._VERSION = "3.0.4" if getattr(sys, 'frozen', False): self._PATH_LOCAL = os_path.dirname(sys.executable) else: