mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-07-09 03:22:51 +08:00
发布新版本
This commit is contained in:
@@ -12,14 +12,17 @@ use think\console\Output;
|
|||||||
|
|
||||||
class VersionBase extends Command
|
class VersionBase extends Command
|
||||||
{
|
{
|
||||||
public const VERSION = 'v2.0.103';
|
public const VERSION = 'v2.0.104';
|
||||||
|
|
||||||
public const PRODUCT_VERSION = '';
|
public const PRODUCT_VERSION = '';
|
||||||
|
|
||||||
public const LAYUI_VERSION = '2.8.17';
|
public const LAYUI_VERSION = '2.8.17';
|
||||||
|
|
||||||
public const COMMENT = [
|
public const COMMENT = [
|
||||||
'修复多进程定时器的重复执行错误',
|
'新增支持产品二次更新机制',
|
||||||
|
'优化定时器逻辑',
|
||||||
|
'新增表单提交按钮不关闭的参数',
|
||||||
|
'优化curd生成迁移文件代码,不生成本地文件',
|
||||||
'发布新版本',
|
'发布新版本',
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user