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

Commit

Permalink
Minor version update.
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickbayman committed Mar 17, 2020
1 parent b0d319f commit 496186c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.3.3] 17-03-2020
## [0.4.0] 17-03-2020
## Added
* Added a new `default` server feature.
* Added a `Command::requiresServer()` method for commands that expect a specified server.
Expand Down
2 changes: 1 addition & 1 deletion bin/attache
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (file_exists(__DIR__.'/../vendor/autoload.php')) {
require __DIR__.'/../../../autoload.php';
}

$app = new \Symfony\Component\Console\Application('Attaché', '0.3.3');
$app = new \Symfony\Component\Console\Application('Attaché', '0.4.0');

$app->add(new \TPG\Attache\Console\InitCommand());
$app->add(new \TPG\Attache\Console\ServersListCommand());
Expand Down

0 comments on commit 496186c

Please sign in to comment.