From a237397b53f3ae25d6b4624fee669c52e226441a Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 12 Feb 2023 23:59:25 +0800 Subject: [PATCH] update to 3.0.3 version --- 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 f0a2525f..f415ad96 100644 --- a/src/ZM/Framework.php +++ b/src/ZM/Framework.php @@ -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;