From 37af3facd29d6b5fd9df17f828080a40d4f869e2 Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 20 Sep 2023 15:37:10 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/common/command/admin/Version.php b/app/common/command/admin/Version.php index 43475e9..62cde05 100644 --- a/app/common/command/admin/Version.php +++ b/app/common/command/admin/Version.php @@ -14,12 +14,12 @@ use think\facade\App; class Version extends Command { - public const VERSION = 'v2.0.31'; + public const VERSION = 'v2.0.32'; public const LAYUI_VERSION = '2.8.16'; public const COMMENT = [ - '完善更新流程', + '重新集成数据库迁移工具', ]; protected function configure()