diff --git a/public/index.php b/public/index.php index 102ff21..5285751 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.9.22'); +define('CMS_VERSION','4.10.07'); // 定义Layui版本号 define('LAYUI_VERSION','2.7.6');