From ffc505a712c71bece76ad2aa39aa3abdfefe330f Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Sat, 21 Oct 2023 01:03:05 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8D[Update]=20Config=20:=20version=202?= =?UTF-8?q?.0.0=20alpha=205=20->=202.0.0?= 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 73e94f6e..65f8fa15 100644 --- a/config.py +++ b/config.py @@ -508,7 +508,7 @@ class Config: def init_config(self): # Read Only - self._VERSION = "2.0.0 alpha 5" + self._VERSION = "2.0.0" self._PATH_CONFIG = os_path.join(os_path.dirname(sys.argv[0]), "config.json") self._GITHUB_URL = "https://api.github.com/repos/misyaguziya/VRCT/releases/latest" self._BOOTH_URL = "https://misyaguziya.booth.pm/"