From a71469fe9b8098cf6b18fefc4efd50b6f62ecb8a Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Wed, 15 Mar 2023 23:15:49 +0800 Subject: [PATCH] update version to 3.1.3 --- 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 0c865b2c..6bc0dbdb 100644 --- a/src/ZM/Framework.php +++ b/src/ZM/Framework.php @@ -50,7 +50,7 @@ class Framework public const VERSION_ID = 707; /** @var string 版本名称 */ - public const VERSION = '3.1.2'; + public const VERSION = '3.1.3'; /** * @var RuntimePreferences 运行时偏好(环境信息&参数)