update to version 2.3.2 (build 395)

fix overflow bug
This commit is contained in:
2021-03-23 13:11:59 +08:00
parent 66b73973b4
commit 303f44cd2b
2 changed files with 8 additions and 18 deletions

View File

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