发布新版本

This commit is contained in:
2023-12-11 16:13:31 +08:00
parent 1c6f2aa96b
commit 58bb8166c9

View File

@@ -12,12 +12,12 @@ use think\console\Output;
class VersionBase extends Command
{
public const VERSION = 'v2.0.84';
public const VERSION = 'v2.0.85';
public const LAYUI_VERSION = '2.8.17';
public const COMMENT = [
'完成timer_limit的预搜索传值',
'优化搜索查询构造逻辑',
'发布新版本',
];