create 3.x main branch and move VERSION constants

This commit is contained in:
crazywhalecc
2022-05-08 21:15:16 +08:00
parent e7e77c99d0
commit 488fde47e5

View File

@@ -30,6 +30,10 @@ use ZM\Utils\ZMUtil;
class Framework
{
public const VERSION_ID = 600;
public const VERSION = '3.0.0-alpha1';
/**
* 框架运行的参数
*