update composer and roll to 396(v2.3.3)

This commit is contained in:
2021-03-23 14:13:04 +08:00
parent 1dfd1de5c1
commit 0492179bdd
2 changed files with 7 additions and 1 deletions

View File

@@ -18,7 +18,7 @@ use ZM\Utils\DataProvider;
class ConsoleApplication extends Application
{
const VERSION_ID = 395;
const VERSION_ID = 396;
const VERSION = "2.3.2";
public function __construct(string $name = 'UNKNOWN') {