From abf608582a32147f64767606e3faf0b9728c641b Mon Sep 17 00:00:00 2001 From: testadmin Date: Wed, 13 May 2026 18:16:09 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E7=89=88=E6=9C=AC=E5=8F=B7v10.0.7?= =?UTF-8?q?=E5=BC=BA=E5=88=B6=E5=88=B7=E6=96=B0=E8=8D=B7=E5=AE=98=E7=AB=AF?= =?UTF-8?q?=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common.php b/app/common.php index e40ff63..b49cb8d 100644 --- a/app/common.php +++ b/app/common.php @@ -3,7 +3,7 @@ //应用公共文件 // 版本号 -define('VERSION_V','?ver=v10.0.6'); +define('VERSION_V','?ver=v10.0.7'); // 强制加载中文语言包 \think\facade\Lang::load(__DIR__ . '/lang/zh-cn.php');