From 422b13f66f0365ba62870d16b9eb8931fd166b45 Mon Sep 17 00:00:00 2001 From: sunxyw Date: Thu, 9 Mar 2023 15:44:45 +0000 Subject: [PATCH] increment build number (build 704) --- 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 8df6bf46..f250ae0a 100644 --- a/src/ZM/Framework.php +++ b/src/ZM/Framework.php @@ -47,7 +47,7 @@ class Framework use Singleton; /** @var int 版本ID */ - public const VERSION_ID = 703; + public const VERSION_ID = 704; /** @var string 版本名称 */ public const VERSION = '3.1.1';