发布新版本

This commit is contained in:
augushong
2024-10-15 18:07:03 +08:00
parent d0add06ca0
commit a92bf7bee3

View File

@@ -12,16 +12,14 @@ use think\console\Output;
class VersionBase extends Command
{
public const VERSION = 'v2.0.109';
public const VERSION = 'v2.0.110';
public const PRODUCT_VERSION = '';
public const LAYUI_VERSION = '2.8.17';
public const COMMENT = [
'增加菜单到导出和导入',
'增加粘贴全局操作',
'优化表单错误表现',
'新增LoadMigrationFiles事件支持扩展提供的数据库迁移文件',
'发布新版本',
];