From 75348c27dad6b22bbb896b5aa1be87bee53b8549 Mon Sep 17 00:00:00 2001 From: net909 Date: Fri, 11 Oct 2024 20:21:40 +0800 Subject: [PATCH] version --- config/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/app.php b/config/app.php index 3fdd84b..5ae241d 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.8', - 'ver' => 1080 + 'version' => '1.9', + 'ver' => 1090 ];