From 43edf2fa62eb6f855aaf51099b3f70dc3ea73f84 Mon Sep 17 00:00:00 2001 From: augushong Date: Mon, 22 Aug 2022 16:34:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=96=B0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/common/command/admin/Version.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app/common/command/admin/Version.php b/app/common/command/admin/Version.php index 3c555b6..aaa7873 100644 --- a/app/common/command/admin/Version.php +++ b/app/common/command/admin/Version.php @@ -14,12 +14,11 @@ use think\facade\App; class Version extends Command { - const VERSION = 'v2.0.14'; + const VERSION = 'v2.0.15'; const COMMENT = [ - '修复curd生成缺少导出权限', - '重构上传组件', - '表格选择器使用固定高度', + '优化表格按钮无权限效果', + '清理部分技术债务', ]; protected function configure()