From 69c09c4e304fd37f4e47fd148df0d6ef5975e15b Mon Sep 17 00:00:00 2001 From: hdm Date: Wed, 1 Mar 2023 08:55:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index b4ebea3..75a0a3b 100644 --- a/public/index.php +++ b/public/index.php @@ -15,7 +15,7 @@ if (empty(file_exists(__DIR__ . '/../vendor/autoload.php'))) { require __DIR__ . '/../vendor/autoload.php'; // 定义当前版本号 -define('CMS_VERSION','4.24.10'); +define('CMS_VERSION','4.3.01'); // 定义Layui版本号 define('LAYUI_VERSION','2.7.6');