From 68f92e9cf2ce727f40a6211e3a248b9474934eed Mon Sep 17 00:00:00 2001 From: augushong Date: Sat, 23 Sep 2023 14:50:54 +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 | 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 db78f1c..ad61f74 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.3'; + public const VERSION = 'v2.0.39'; public const LAYUI_VERSION = '2.8.16';