From 80050f11f25b3c81eaf895d25841a5e17853601f Mon Sep 17 00:00:00 2001 From: sunxyw Date: Sat, 28 May 2022 09:33:44 +0000 Subject: [PATCH] increment build number (build 607) --- 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 f340f656..21962886 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 = 606; + public const VERSION_ID = 607; public const VERSION = '3.0.0-alpha1';