更新注解版本

This commit is contained in:
2024-04-16 11:24:03 +08:00
parent 09e43b807e
commit 39f42f5910
6 changed files with 231 additions and 387 deletions

View File

@@ -12,12 +12,12 @@ use think\console\Output;
class VersionBase extends Command
{
public const VERSION = 'v2.0.99';
public const VERSION = 'v2.0.100';
public const LAYUI_VERSION = '2.8.17';
public const COMMENT = [
'优化tableData;新增dataGet',
'更新注解版本',
'发布新版本',
];