From c160b1a13d8b69d07c745692b4cedff908f4472b Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Sun, 31 Mar 2024 13:49:44 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8D[Update/Hotfix]=20Version=20:=202.2?= =?UTF-8?q?.1=20->=202.2.2?= 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 8c7d8f85..ce6bfd1f 100644 --- a/config.py +++ b/config.py @@ -832,7 +832,7 @@ class Config: def init_config(self): # Read Only - self._VERSION = "2.2.1" + self._VERSION = "2.2.2" self._ENABLE_SPEAKER2CHATBOX = False # Speaker2Chatbox self._ENABLE_SPEAKER2CHATBOX_PASS_CONFIRMATION = "123456789" self._PATH_LOCAL = os_path.dirname(sys.argv[0])