let build command faster (build 448, 2.7.1)

This commit is contained in:
crazywhalecc
2022-03-20 23:26:42 +08:00
parent 6d90be164a
commit ba2777137b
4 changed files with 33 additions and 23 deletions

View File

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