👍[Update] Version : 2.1.1 -> 2.2.0

This commit is contained in:
misyaguziya
2024-02-15 23:25:39 +09:00
parent e91561431a
commit c34a6c1c9f

View File

@@ -813,7 +813,7 @@ class Config:
def init_config(self):
# Read Only
self._VERSION = "2.1.1"
self._VERSION = "2.2.0"
self._ENABLE_SPEAKER2CHATBOX = False # Speaker2Chatbox
self._ENABLE_SPEAKER2CHATBOX_PASS_CONFIRMATION = "123456789"
self._PATH_LOCAL = os_path.dirname(sys.argv[0])