update to 3.0.1

This commit is contained in:
crazywhalecc 2023-02-11 12:28:12 +08:00 committed by Jerry
parent dcce05c019
commit ecf2b4e14a

View File

@ -47,7 +47,7 @@ class Framework
public const VERSION_ID = 684;
/** @var string 版本名称 */
public const VERSION = '3.0.0';
public const VERSION = '3.0.1';
/** @var array 传入的参数 */
protected array $argv;