From 3f200a3a8b9499728d3bc903894189c4805b31d0 Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 21 Sep 2023 18:10:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=EF=BC=8C=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/command/admin/Version.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/common/command/admin/Version.php b/app/common/command/admin/Version.php index 957364c..abb86af 100644 --- a/app/common/command/admin/Version.php +++ b/app/common/command/admin/Version.php @@ -14,13 +14,12 @@ use think\facade\App; class Version extends Command { - public const VERSION = 'v2.0.34'; + public const VERSION = 'v2.0.35'; public const LAYUI_VERSION = '2.8.16'; public const COMMENT = [ - '调整更新的append的逻辑', - '为login增加trait扩展机制', + '发布新版本,更新配置项', ]; protected function configure()