From 7e3205fd3876409b11d2898e4d12e9e02b27e00a Mon Sep 17 00:00:00 2001 From: Karson Date: Wed, 6 May 2020 19:39:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/config.php b/application/config.php index 7faa7ac2..46879d84 100755 --- a/application/config.php +++ b/application/config.php @@ -276,7 +276,7 @@ return [ //自动检测更新 'checkupdate' => false, //版本号 - 'version' => '1.0.0.20200228_beta', + 'version' => '1.0.0.20200506_beta', //API接口地址 'api_url' => 'https://api.fastadmin.net', ],