diff --git a/config/app.php b/config/app.php index 2d3ed49..3fdd84b 100644 --- a/config/app.php +++ b/config/app.php @@ -32,6 +32,6 @@ return [ // 定义404错误的模板文件地址 404 => \think\facade\App::getRootPath() . 'public/404.html', ], - 'version' => '1.7', - 'ver' => 1070 + 'version' => '1.8', + 'ver' => 1080 ];