From a39e96acd2c7201b31a534abb93b42e22b9a40ad Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Mon, 17 Mar 2025 14:15:43 +0800 Subject: [PATCH] Update version number --- 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 f3903cf7..07c2ef29 100644 --- a/src/ZM/Framework.php +++ b/src/ZM/Framework.php @@ -50,7 +50,7 @@ class Framework public const VERSION_ID = 726; /** @var string 版本名称 */ - public const VERSION = '3.2.4'; + public const VERSION = '3.2.6'; /** * @var RuntimePreferences 运行时偏好(环境信息&参数)