From 40062825eb4112a4cccb17a9f6b4323c4232a56a Mon Sep 17 00:00:00 2001 From: Warrick Bayman Date: Thu, 1 Jul 2021 16:54:52 +0200 Subject: [PATCH] version bump --- bin/attache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/attache b/bin/attache index 732e77a..76a0108 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.6'); +$app = new \Symfony\Component\Console\Application('Attaché', '0.7.7'); $app->add(new \TPG\Attache\Console\InitCommand()); $app->add(new \TPG\Attache\Console\ServersListCommand());