fix Response class null error (build 438)

This commit is contained in:
crazywhalecc
2022-03-17 20:48:09 +08:00
parent a7f84fb53a
commit db6e63e91c
2 changed files with 15 additions and 34 deletions

View File

@@ -28,7 +28,7 @@ use ZM\Exception\InitException;
class ConsoleApplication extends Application
{
public const VERSION_ID = 437;
public const VERSION_ID = 438;
public const VERSION = '2.7.0-beta3';