From 933f98a9090e8e994f7a5ac8f5367ce6d108fa7f Mon Sep 17 00:00:00 2001 From: net909 Date: Sun, 6 Jul 2025 12:21:04 +0800 Subject: [PATCH] 2.8.1 --- config/app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/app.php b/config/app.php index 17d33e8..556ea32 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' => '1037', + 'version' => '1038', 'dbversion' => '1033' ];