From 31ad2fec2789ffb218694ee4de9d73d3366e5fe7 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Wed, 14 Aug 2024 10:50:24 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8D=EF=B8=8F[Update]=20version=202.2.5?= =?UTF-8?q?=20->=202.2.6?= 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 ec4c1dc3..30964d58 100644 --- a/config.py +++ b/config.py @@ -960,7 +960,7 @@ class Config: def init_config(self): # Read Only - self._VERSION = "2.2.5" + self._VERSION = "2.2.6" self._ENABLE_SPEAKER2CHATBOX = False # Speaker2Chatbox self._ENABLE_SPEAKER2CHATBOX_PASS_CONFIRMATION = "VRCT=0YEN" self._PATH_LOCAL = os_path.dirname(sys.argv[0])