From 44790639cd9fdb9e3d48a48ef2676e7ddd14fcef Mon Sep 17 00:00:00 2001 From: net909 Date: Wed, 5 Mar 2025 17:28:51 +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 55b61c9..d1ae6c3 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' => '1028', + 'version' => '1029', 'dbversion' => '1028' ];