From 04247048d472dda26218d6358020e27926633d14 Mon Sep 17 00:00:00 2001 From: sunxyw Date: Tue, 20 Dec 2022 15:05:27 +0000 Subject: [PATCH] increment build number (build 637) --- 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 d3d0064f..620313af 100644 --- a/src/ZM/Framework.php +++ b/src/ZM/Framework.php @@ -42,7 +42,7 @@ class Framework use Singleton; /** @var int 版本ID */ - public const VERSION_ID = 636; + public const VERSION_ID = 637; /** @var string 版本名称 */ public const VERSION = '3.0.0-alpha5';