From ec0b4beac5a75371ae08b35af69b3e209542316a Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sun, 10 Sep 2023 20:32:51 +0800 Subject: [PATCH] v3.0.2 --- public/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/core.php b/public/core.php index dc988c5c7..484bda9d1 100755 --- a/public/core.php +++ b/public/core.php @@ -10,7 +10,7 @@ // +---------------------------------------------------------------------- // 系统版本 -define('APPLICATION_VERSION', 'v3.0.1'); +define('APPLICATION_VERSION', 'v3.0.2'); // 检测PHP环境 if(version_compare(PHP_VERSION,'7.4.0','<'))