diff --git a/src/Application.php b/src/Application.php index ca4f1ea..d2c7829 100644 --- a/src/Application.php +++ b/src/Application.php @@ -19,6 +19,6 @@ public function __construct(iterable $commands) $this->add($command); } - parent::__construct('MDTT', '0.0.1'); + parent::__construct('MDTT', '0.1.0'); } }