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');