mirror of
https://github.com/zhamao-robot/zhamao-framework.git
synced 2026-07-20 23:25:35 +08:00
update to 2.4.1 version (build 401)
fix startup warning bug
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user