From 3de0e37fd529af25336abd7e38284059f71036f6 Mon Sep 17 00:00:00 2001 From: sunxyw Date: Mon, 23 May 2022 01:52:21 +0000 Subject: [PATCH] increment build number (build 605) --- 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 422a900f..34bde60e 100644 --- a/src/ZM/Framework.php +++ b/src/ZM/Framework.php @@ -31,7 +31,7 @@ use ZM\Utils\ZMUtil; class Framework { - public const VERSION_ID = 604; + public const VERSION_ID = 605; public const VERSION = '3.0.0-alpha1';