Compare commits

...

1 Commits
2.3.3 ... 2.3.4

Author SHA1 Message Date
626d569858 update composer and roll to 397(v2.3.4) 2021-03-23 14:16:56 +08:00
2 changed files with 8 additions and 2 deletions

View File

@@ -1,5 +1,11 @@
# 更新日志v2 版本)
## v2.3.4 (build 397)
> 更新时间2021.3.23
- 修复:版本号显示
## v2.3.3 (build 396)
> 更新时间2021.3.23

View File

@@ -18,8 +18,8 @@ use ZM\Utils\DataProvider;
class ConsoleApplication extends Application
{
const VERSION_ID = 396;
const VERSION = "2.3.2";
const VERSION_ID = 397;
const VERSION = "2.3.4";
public function __construct(string $name = 'UNKNOWN') {
define("ZM_VERSION_ID", self::VERSION_ID);