From 1c40896dc0db24b7d46980d72794c96ea759e038 Mon Sep 17 00:00:00 2001 From: sunxyw Date: Tue, 31 May 2022 08:34:45 +0000 Subject: [PATCH] increment build number (build 608) --- 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 21962886..0bf805ab 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 = 607; + public const VERSION_ID = 608; public const VERSION = '3.0.0-alpha1';