increment build number (build 476, 2.8.2)

This commit is contained in:
crazywhalecc 2022-08-03 17:08:22 +08:00
parent 784fc1697b
commit b94bbbca20

View File

@ -28,9 +28,9 @@ use ZM\Exception\InitException;
class ConsoleApplication extends Application
{
public const VERSION_ID = 475;
public const VERSION_ID = 476;
public const VERSION = '2.8.1';
public const VERSION = '2.8.2';
private static $obj;