调整更新逻辑;发布新版本

This commit is contained in:
2023-10-18 15:20:03 +08:00
parent 8f1a749b8d
commit bf07f4edd7
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<?php <?php
// 升级的注意事项
return [ return [
[ [
'version' => 'v2.0.57', 'version' => 'v2.0.57',

View File

@@ -12,12 +12,12 @@ use think\console\Output;
class VersionBase extends Command class VersionBase extends Command
{ {
public const VERSION = 'v2.0.57'; public const VERSION = 'v2.0.58';
public const LAYUI_VERSION = '2.8.17'; public const LAYUI_VERSION = '2.8.17';
public const COMMENT = [ public const COMMENT = [
'调整源码对比方式', '调整更新逻辑',
'发布新版本', '发布新版本',
]; ];