优化更新逻辑;发布新版本

This commit is contained in:
2023-10-18 17:46:25 +08:00
parent f8657488d8
commit b8a3ae995f

View File

@@ -12,12 +12,12 @@ use think\console\Output;
class VersionBase extends Command class VersionBase extends Command
{ {
public const VERSION = 'v2.0.58'; public const VERSION = 'v2.0.59';
public const LAYUI_VERSION = '2.8.17'; public const LAYUI_VERSION = '2.8.17';
public const COMMENT = [ public const COMMENT = [
'调整更新逻辑', '优化更新逻辑',
'发布新版本', '发布新版本',
]; ];