Merge branch 'version' into develop

This commit is contained in:
misyaguziya
2023-11-08 22:12:00 +09:00

View File

@@ -529,7 +529,7 @@ class Config:
def init_config(self):
# Read Only
self._VERSION = "2.0.0"
self._VERSION = "2.0.1"
self._LOCAL_PATH = os_path.dirname(sys.argv[0])
self._PATH_CONFIG = os_path.join(self._LOCAL_PATH, "config.json")
self._PATH_LOGS = os_path.join(self._LOCAL_PATH, "logs")