increment build number (build 480)

This commit is contained in:
sunxyw 2023-01-26 21:59:27 +08:00
parent e85e1e57b1
commit 29d7d07c8e
No known key found for this signature in database
GPG Key ID: F391C42B19AFFC98

View File

@ -28,9 +28,9 @@ use ZM\Exception\InitException;
class ConsoleApplication extends Application
{
public const VERSION_ID = 479;
public const VERSION_ID = 480;
public const VERSION = '2.8.5';
public const VERSION = '2.8.6';
private static $obj;