From de5da97a1ff17a57acf96b4b1def48762d9b3ba7 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Tue, 7 Dec 2021 18:17:25 +0800 Subject: [PATCH] v2.2.3 --- public/core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/core.php b/public/core.php index 82ba1937d..4da6ea727 100755 --- a/public/core.php +++ b/public/core.php @@ -10,7 +10,7 @@ // +---------------------------------------------------------------------- // 系统版本 -define('APPLICATION_VERSION', 'v2.2.2'); +define('APPLICATION_VERSION', 'v2.2.3'); // 检测PHP环境 if(version_compare(PHP_VERSION,'7.2.5','<'))