From 4bf87156e35e72ec254773fc6cb218adbf509ced Mon Sep 17 00:00:00 2001 From: net909 Date: Fri, 10 Oct 2025 20:47:20 +0800 Subject: [PATCH] version --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 660ea29..5162d40 100644 --- a/config/app.php +++ b/config/app.php @@ -31,7 +31,7 @@ return [ 'show_error_msg' => true, 'exception_tmpl' => \think\facade\App::getAppPath() . 'view/exception.tpl', - 'version' => '1040', + 'version' => '1041', 'dbversion' => '1040' ];