Merge branch 'version' into for_webui

This commit is contained in:
misyaguziya
2024-12-28 15:49:43 +09:00

View File

@@ -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: