From 4d84220e5ffaa90f7111926eaf6add11e3f5fa73 Mon Sep 17 00:00:00 2001 From: JoeamAmier Date: Mon, 24 Jul 2023 17:44:08 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=203.4=20=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 546c7014..6b58269c 100644 --- a/main.py +++ b/main.py @@ -15,7 +15,7 @@ from src.main_web_UI import WebUI VERSION = 3.4 -STABLE = False +STABLE = True RELEASES = "https://github.com/JoeanAmier/TikTokDownloader/releases/latest" NAME = f"TikTokDownloader v{VERSION}{'' if STABLE else ' Beta'}"