prerelease of beta1

This commit is contained in:
crazywhalecc
2022-12-20 20:10:40 +08:00
parent 04247048d4
commit c9bf0fb13c
16 changed files with 585 additions and 43 deletions

View File

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