[Update] version 3.2.0 -> 3.2.1

This commit is contained in:
misyaguziya
2025-06-24 21:23:18 +09:00
parent e3994851ea
commit c2f40d2f5d
2 changed files with 2 additions and 2 deletions

View File

@@ -1000,7 +1000,7 @@ class Config:
def init_config(self):
# Read Only
self._VERSION = "3.2.0"
self._VERSION = "3.2.1"
if getattr(sys, 'frozen', False):
self._PATH_LOCAL = os_path.dirname(sys.executable)
else: