diff --git a/bin/attache b/bin/attache index 526c7ee..a83274d 100755 --- a/bin/attache +++ b/bin/attache @@ -16,7 +16,7 @@ if (file_exists(__DIR__.'/../vendor/autoload.php')) { require __DIR__.'/../../../autoload.php'; } -$app = new \Symfony\Component\Console\Application('Attaché', '0.7.4'); +$app = new \Symfony\Component\Console\Application('Attaché', '0.7.5'); $app->add(new \TPG\Attache\Console\InitCommand()); $app->add(new \TPG\Attache\Console\ServersListCommand());