From dd975c553de8efe508113ce25e38a2c2fcedd645 Mon Sep 17 00:00:00 2001 From: Jerry Date: Fri, 17 Mar 2023 21:33:19 +0800 Subject: [PATCH] update version id --- 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 2f62f6eb..e3f8ebe8 100644 --- a/src/ZM/Framework.php +++ b/src/ZM/Framework.php @@ -50,7 +50,7 @@ class Framework public const VERSION_ID = 710; /** @var string 版本名称 */ - public const VERSION = '3.1.4'; + public const VERSION = '3.1.5'; /** * @var RuntimePreferences 运行时偏好(环境信息&参数)