From 0f9be6a53015b413c9656bcb02ee798def5391c6 Mon Sep 17 00:00:00 2001 From: augushong Date: Wed, 7 Jun 2023 16:39:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/common/command/admin/Version.php b/app/common/command/admin/Version.php index ef6c7a0..241e42c 100644 --- a/app/common/command/admin/Version.php +++ b/app/common/command/admin/Version.php @@ -14,7 +14,7 @@ use think\facade\App; class Version extends Command { - public const VERSION = 'v2.0.27'; + public const VERSION = 'v2.0.29'; public const LAYUI_VERSION = '2.8.4';