From 514682383539404708c6a60cca3c8c6c04de4606 Mon Sep 17 00:00:00 2001 From: augushong Date: Thu, 17 Oct 2024 08:50:37 +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 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/extend/base/common/command/admin/VersionBase.php b/extend/base/common/command/admin/VersionBase.php index 51d3c59..197ad84 100644 --- a/extend/base/common/command/admin/VersionBase.php +++ b/extend/base/common/command/admin/VersionBase.php @@ -12,14 +12,17 @@ use think\console\Output; class VersionBase extends Command { - public const VERSION = 'v2.0.110'; + public const VERSION = 'v2.0.111'; public const PRODUCT_VERSION = ''; public const LAYUI_VERSION = '2.8.17'; public const COMMENT = [ - '新增LoadMigrationFiles事件,支持扩展提供的数据库迁移文件', + '修复更新逻辑错误', + '给基类增加工具方法,获取实例对象', + '修复自动关闭弹框错误', + '修改超级管理员判断方式', '发布新版本', ];