From 13e9fca0f4e7d0686f89275b4d556889b9bc3d26 Mon Sep 17 00:00:00 2001 From: Warrick Bayman Date: Wed, 16 Dec 2020 15:08:49 +0200 Subject: [PATCH] Added a test for the new `@artisan` tag. Version bump to 0.7.5. --- bin/attache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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());