From f4f5ef07e740757f93d8317827c9942732e6eb9d Mon Sep 17 00:00:00 2001 From: misyaguziya Date: Tue, 17 Oct 2023 13:17:25 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8D[Update]=20Config=20:=20version?= =?UTF-8?q?=E3=82=922.0.0=20alpha=204.1=E3=81=AB=E5=A4=89=E6=9B=B4?= 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 b3761a9d..d7e6db4c 100644 --- a/config.py +++ b/config.py @@ -494,7 +494,7 @@ class Config: def init_config(self): # Read Only - self._VERSION = "2.0.0 alpha 4" + self._VERSION = "2.0.0 alpha 4.1" 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/"