From 9fded763126ab0b98d99e295d5bb47b040c0b3b0 Mon Sep 17 00:00:00 2001 From: CberYellowstone <2844829687@qq.com> Date: Mon, 19 Jul 2021 16:00:39 +0800 Subject: [PATCH] =?UTF-8?q?[=E2=86=91]=20=E6=9B=B4=E6=94=B9=E7=89=88?= =?UTF-8?q?=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index ff5669a..0264854 100644 --- a/config.php +++ b/config.php @@ -2,7 +2,7 @@ global $video_root_path, $data_path, $version, $web_users, $able_cache, $able_webp, $cache_limit, $api_authkey, $api_needkey, $remote_port, $remote_addres, $convert_trad_to_simpl; $video_root_path=dirname(__FILE__).'/video'; $data_path=dirname(__FILE__).'/data'; -$version = "Alpha 0.4.0"; +$version = "Alpha 0.4.1"; $About_link = "https://github.com/CberYellowstone/DanDanPlay-PHP";