some patch for 3.0 release

This commit is contained in:
crazywhalecc
2023-02-10 16:03:21 +08:00
committed by Jerry
parent 70886ecd43
commit 77c1d5ab17
4 changed files with 6 additions and 8 deletions

View File

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