From bed525297ec055f930f72f55dacd02f1f9f1a186 Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Sat, 6 Jan 2024 22:15:42 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8D[Update]=20Config=20:=20version=202?= =?UTF-8?q?.0.1=20->=202.0.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 d5d57b4a..030ae2cb 100644 --- a/config.py +++ b/config.py @@ -649,7 +649,7 @@ class Config: def init_config(self): # Read Only - self._VERSION = "2.0.1" + self._VERSION = "2.0.2" self._ENABLE_SPEAKER2CHATBOX = False # Speaker2Chatbox self._LOCAL_PATH = os_path.dirname(sys.argv[0]) self._PATH_CONFIG = os_path.join(self._LOCAL_PATH, "config.json")