发布新版本

This commit is contained in:
augushong
2024-10-14 18:25:33 +08:00
parent 0f9607620c
commit 9e0535ef6a

View File

@@ -12,14 +12,17 @@ use think\console\Output;
class VersionBase extends Command
{
public const VERSION = 'v2.0.103';
public const VERSION = 'v2.0.104';
public const PRODUCT_VERSION = '';
public const LAYUI_VERSION = '2.8.17';
public const COMMENT = [
'修复多进程定时器的重复执行错误',
'新增支持产品二次更新机制',
'优化定时器逻辑',
'新增表单提交按钮不关闭的参数',
'优化curd生成迁移文件代码不生成本地文件',
'发布新版本',
];