From 7c1c21d791d32c4a3925cb7eb8b53de51eda5690 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Wed, 15 Mar 2023 15:18:45 +0000 Subject: [PATCH] increment build number (build 708) --- 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 6bc0dbdb..5c7123e5 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 = 707; + public const VERSION_ID = 708; /** @var string 版本名称 */ public const VERSION = '3.1.3';