update to 2.7.0 release (build 447)

This commit is contained in:
crazywhalecc
2022-03-20 22:12:58 +08:00
parent 15d4ea710a
commit 4da6f5859a
2 changed files with 3 additions and 3 deletions

View File

@@ -28,9 +28,9 @@ use ZM\Exception\InitException;
class ConsoleApplication extends Application
{
public const VERSION_ID = 446;
public const VERSION_ID = 447;
public const VERSION = '2.7.0-beta5';
public const VERSION = '2.7.0';
private static $obj;