From 289a5d7051f5ffb1c36ed6600005174200ab1118 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sat, 14 May 2022 17:17:29 +0000 Subject: [PATCH] increment build number (build 602) --- 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 09062e58..3705e042 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 = 601; + public const VERSION_ID = 602; public const VERSION = '3.0.0-alpha1';