update to build 404

fix ./zhamao command
fix warning when first time starting framework
This commit is contained in:
jerry
2021-03-29 15:48:47 +08:00
parent dfddaaea94
commit d72b41a902
3 changed files with 8 additions and 4 deletions

View File

@@ -19,8 +19,8 @@ use ZM\Command\SystemdCommand;
class ConsoleApplication extends Application
{
const VERSION_ID = 403;
const VERSION = "2.4.3";
const VERSION_ID = 404;
const VERSION = "2.4.4";
public function __construct(string $name = 'UNKNOWN') {
define("ZM_VERSION_ID", self::VERSION_ID);