update composer and roll to 396(v2.3.3)

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

View File

@ -1,5 +1,11 @@
# 更新日志v2 版本)
## v2.3.3 (build 396)
> 更新时间2021.3.23
- 修复Composer 调试时出现加载重复的问题
## v2.3.2 (build 395)
> 更新时间2021.3.23

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') {