update to 2.4.1 version (build 401)

fix startup warning bug
This commit is contained in:
jerry
2021-03-25 17:11:35 +08:00
parent 600829645d
commit bbe4addd83
4 changed files with 21 additions and 12 deletions

View File

@@ -20,8 +20,8 @@ use ZM\Utils\DataProvider;
class ConsoleApplication extends Application
{
const VERSION_ID = 400;
const VERSION = "2.4.0";
const VERSION_ID = 401;
const VERSION = "2.4.1";
public function __construct(string $name = 'UNKNOWN') {
define("ZM_VERSION_ID", self::VERSION_ID);