Fix OnSetup Attribute execution bug (build 452, release 2.7.3)

This commit is contained in:
crazywhalecc
2022-03-25 19:02:43 +08:00
parent b40dc1e05e
commit 56d2a52706
2 changed files with 4 additions and 16 deletions

View File

@@ -28,7 +28,7 @@ use ZM\Exception\InitException;
class ConsoleApplication extends Application
{
public const VERSION_ID = 451;
public const VERSION_ID = 452;
public const VERSION = '2.7.3';