mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-01 15:32:48 +08:00
发布新版本
This commit is contained in:
@@ -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事件,支持扩展提供的数据库迁移文件',
|
||||
'发布新版本',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user