chore: bump version to v2.2.4

This commit is contained in:
augushong
2026-05-27 20:52:13 +08:00
parent 28337c9694
commit c7cfa40539

View File

@@ -27,7 +27,7 @@ use think\console\Output;
*/
class VersionBase extends Command
{
public const VERSION = 'v2.2.3';
public const VERSION = 'v2.2.4';
public const PRODUCT_VERSION = '';
@@ -35,14 +35,8 @@ class VersionBase extends Command
public const COMMENT = [
'版本更新说明:',
'【新功能】',
'- 补充定时器和主机列表的默认菜单初始化数据',
'- 新增定时任务表的数据库迁移文件',
'【重构】',
'- 重写入口文件并更新模板引用',
'- 拆分 JS 单文件为多模块架构',
'【其他】',
'- 配置shell脚本使用LF行尾格式',
'- default 模式改为 php think run原 Docker 部署拆分为 docker-serve 模式',
];
protected const COMMIT_TYPES = [