fix command short name conflict bug

This commit is contained in:
Jerry
2023-03-28 09:35:13 +08:00
parent dd975c553d
commit 469b0579ab
2 changed files with 2 additions and 2 deletions

View File

@@ -50,7 +50,7 @@ class Framework
public const VERSION_ID = 710;
/** @var string 版本名称 */
public const VERSION = '3.1.5';
public const VERSION = '3.1.6';
/**
* @var RuntimePreferences 运行时偏好(环境信息&参数)