From 4fd138900b56598ff37323f5dc3f034fb11f173c Mon Sep 17 00:00:00 2001 From: augushong Date: Fri, 4 Oct 2024 23:05:08 +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 --- extend/base/common/command/admin/VersionBase.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/extend/base/common/command/admin/VersionBase.php b/extend/base/common/command/admin/VersionBase.php index 78c1524..12dec06 100644 --- a/extend/base/common/command/admin/VersionBase.php +++ b/extend/base/common/command/admin/VersionBase.php @@ -12,15 +12,14 @@ use think\console\Output; class VersionBase extends Command { - public const VERSION = 'v2.0.101'; + public const VERSION = 'v2.0.102'; public const LAYUI_VERSION = '2.8.17'; public const COMMENT = [ - '优化docker部署和说明', - '优化PHP和JS兼容性', - '优化数据库安装文件的快捷入口内容', - '修改数据库安装文件排序的默认值为100', + '新增通用的虚拟数据模型', + '新增定时任务多进程', + '新增多进程阻塞模式的定时器', '发布新版本', ];