Skip to content
This repository has been archived by the owner on Jun 12, 2022. It is now read-only.

Commit

Permalink
Added a test for the new @artisan tag.
Browse files Browse the repository at this point in the history
Version bump to 0.7.5.
  • Loading branch information
warrickbayman committed Dec 16, 2020
1 parent f93ba00 commit 13e9fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/attache
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit 13e9fca

Please sign in to comment.