给系统代码增加异常抛出

This commit is contained in:
2024-03-23 16:56:49 +08:00
parent b34a515178
commit 53cd57f160
4 changed files with 20 additions and 3 deletions

View File

@@ -12,12 +12,12 @@ use think\console\Output;
class VersionBase extends Command
{
public const VERSION = 'v2.0.91';
public const VERSION = 'v2.0.92';
public const LAYUI_VERSION = '2.8.17';
public const COMMENT = [
'增加引入文件的版本控制更新',
'给系统代码增加异常抛出',
'发布新版本',
];