From febeeadc7b25b0b286f417872bab31cba8a2671d Mon Sep 17 00:00:00 2001 From: sunxyw Date: Tue, 24 May 2022 06:37:35 +0000 Subject: [PATCH] increment build number (build 606) --- 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 8ea534c2..f340f656 100644 --- a/src/ZM/Framework.php +++ b/src/ZM/Framework.php @@ -32,7 +32,7 @@ use ZM\Utils\ZMUtil; class Framework { - public const VERSION_ID = 605; + public const VERSION_ID = 606; public const VERSION = '3.0.0-alpha1';