diff --git a/src/MageConfigSync/Application.php b/src/MageConfigSync/Application.php index 10d69c6..79d69e7 100644 --- a/src/MageConfigSync/Application.php +++ b/src/MageConfigSync/Application.php @@ -10,7 +10,7 @@ class Application extends \Symfony\Component\Console\Application { public function __construct() { - parent::__construct("mageconfigsync", "0.3.1"); + parent::__construct("mageconfigsync", "0.4.0"); $this->add(new DumpCommand()); $this->add(new DiffCommand());