From ecf2b4e14a6ea87c0b0d2158badc9460f6239429 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 11 Feb 2023 12:28:12 +0800 Subject: [PATCH] update to 3.0.1 --- src/ZM/Framework.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ZM/Framework.php b/src/ZM/Framework.php index 7614435e..fd9b299d 100644 --- a/src/ZM/Framework.php +++ b/src/ZM/Framework.php @@ -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;