From b6777b60c3ffcd4dbecccd66437eb215c67e3327 Mon Sep 17 00:00:00 2001 From: Karson Date: Thu, 18 Apr 2019 17:44:47 +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 91bbe3a6..602ac44c 100755 --- a/application/config.php +++ b/application/config.php @@ -272,7 +272,7 @@ return [ //自动检测更新 'checkupdate' => false, //版本号 - 'version' => '1.0.0.20190410_beta', + 'version' => '1.0.0.20190418_beta', //API接口地址 'api_url' => 'https://api.fastadmin.net', ],