From 87bbffefc3444da8ee6d93ca467d72d00456f0d5 Mon Sep 17 00:00:00 2001 From: sunxyw Date: Sun, 15 May 2022 17:53:12 +0000 Subject: [PATCH] increment build number (build 603) --- 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 3705e042..37d5658a 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 = 602; + public const VERSION_ID = 603; public const VERSION = '3.0.0-alpha1';