diff --git a/public/index.php b/public/index.php index 2a835f4..2fe8915 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','2.0.18'); +define('CMS_VERSION','2.4.25'); // 定义ThinkPHP版本号 define('TP_VERSION','6.0.12');