update to build 477 (2.8.3)

This commit is contained in:
crazywhalecc 2022-08-05 15:52:18 +08:00
parent fc8c0b540a
commit 598f568b8c

View File

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