chore: bump version to v2.2.3

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
augushong
2026-05-27 20:24:23 +08:00
parent c16964679d
commit 7ecbd03730

View File

@@ -27,7 +27,7 @@ use think\console\Output;
*/
class VersionBase extends Command
{
public const VERSION = 'v2.2.2';
public const VERSION = 'v2.2.3';
public const PRODUCT_VERSION = '';
@@ -36,9 +36,13 @@ class VersionBase extends Command
public const COMMENT = [
'版本更新说明:',
'【新功能】',
'- 新增 --keep-repo 参数dry-run 模式下保留上游克隆目录便于对比',
'【文档】',
'- update usage comment of version command',
'- 补充定时器和主机列表的默认菜单初始化数据',
'- 新增定时任务表的数据库迁移文件',
'【重构】',
'- 重写入口文件并更新模板引用',
'- 拆分 JS 单文件为多模块架构',
'【其他】',
'- 配置shell脚本使用LF行尾格式',
];
protected const COMMIT_TYPES = [