From 21df363805b5bb99ffc258d6b0bb8c487938775c Mon Sep 17 00:00:00 2001 From: Chaim Date: Thu, 9 Jul 2020 13:56:20 +0800 Subject: [PATCH] =?UTF-8?q?-=20=E6=9B=B4=E6=96=B0=E8=AF=B7=E6=B1=82?= =?UTF-8?q?=E9=97=A8=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.php b/src/common.php index a5c1e7f..b51226a 100644 --- a/src/common.php +++ b/src/common.php @@ -25,7 +25,7 @@ use think\db\exception\ModelNotFoundException; /** * 定义当前版本 */ -const VERSION = '6.0.70'; +const VERSION = '6.0.71'; if (!function_exists('get_ip_info')) {