diff --git a/src/ZM/Framework.php b/src/ZM/Framework.php index 11b736cb..accaf309 100644 --- a/src/ZM/Framework.php +++ b/src/ZM/Framework.php @@ -46,7 +46,7 @@ class Framework public const VERSION_ID = 654; /** @var string 版本名称 */ - public const VERSION = '3.0.0-beta3'; + public const VERSION = '3.0.0-beta4'; /** @var array 传入的参数 */ protected array $argv;