修复number_limit搜索初始化问题

This commit is contained in:
2023-12-08 17:26:05 +08:00
parent 84108e84ac
commit c60c4b78f0
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ use think\console\Output;
class VersionBase extends Command
{
public const VERSION = 'v2.0.80';
public const VERSION = 'v2.0.81';
public const LAYUI_VERSION = '2.8.17';