update to 3.0.3 version

This commit is contained in:
crazywhalecc 2023-02-12 23:59:25 +08:00 committed by Jerry
parent 981b7eb683
commit a237397b53

View File

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