Merge branch 'version' into develop

This commit is contained in:
misyaguziya
2024-06-23 16:02:04 +09:00

View File

@@ -960,7 +960,7 @@ class Config:
def init_config(self):
# Read Only
self._VERSION = "2.2.4"
self._VERSION = "2.2.5"
self._ENABLE_SPEAKER2CHATBOX = False # Speaker2Chatbox
self._ENABLE_SPEAKER2CHATBOX_PASS_CONFIRMATION = "VRCT=0YEN"
self._PATH_LOCAL = os_path.dirname(sys.argv[0])