From 8be7207c3c671645f2977a087ada1efee5943a1a Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 14 Aug 2022 10:16:55 +0000 Subject: [PATCH] increment build number (build 611) --- 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 eb46d6b1..3f9c3f62 100644 --- a/src/ZM/Framework.php +++ b/src/ZM/Framework.php @@ -41,7 +41,7 @@ class Framework use Singleton; /** @var int 版本ID */ - public const VERSION_ID = 610; + public const VERSION_ID = 611; /** @var string 版本名称 */ public const VERSION = '3.0.0-alpha2';