From fcb226e357dcd47ec12c29b601a90ef8794c65ec Mon Sep 17 00:00:00 2001 From: sunxyw Date: Mon, 9 May 2022 16:53:51 +0800 Subject: [PATCH] increment build number (build 601) --- 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 975a69fd..6685ca11 100644 --- a/src/ZM/Framework.php +++ b/src/ZM/Framework.php @@ -30,7 +30,7 @@ use ZM\Utils\ZMUtil; class Framework { - public const VERSION_ID = 600; + public const VERSION_ID = 601; public const VERSION = '3.0.0-alpha1';