From 94705e1fec5152cd77a35a91c7a1dbe36965e779 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Sun, 23 Jun 2024 16:01:50 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8D=EF=B8=8F[Update]=20version=202.2.4?= =?UTF-8?q?=20->=202.2.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index a520de05..ec4c1dc3 100644 --- a/config.py +++ b/config.py @@ -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])