From 488fde47e51ea80fd038701ac2e7c1d8d2d552f2 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Sun, 8 May 2022 21:15:16 +0800 Subject: [PATCH] create 3.x main branch and move VERSION constants --- src/ZM/Framework.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ZM/Framework.php b/src/ZM/Framework.php index e6ce591a..975a69fd 100644 --- a/src/ZM/Framework.php +++ b/src/ZM/Framework.php @@ -30,6 +30,10 @@ use ZM\Utils\ZMUtil; class Framework { + public const VERSION_ID = 600; + + public const VERSION = '3.0.0-alpha1'; + /** * 框架运行的参数 *