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

Commit

Permalink
v0.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
warrickbayman committed Oct 21, 2021
1 parent 99c0a2b commit 855f572
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [0.7.10] 21.-10-2021
### Fixed
* Fixed a similar bug during the "live" step.

## [0.7.9] 21-10-2021
### Fixed
* Fixed a bug where the release ID was not passed into the script compiler correctly. Some script tags would not return the correct release path.
Expand Down
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.9');
$app = new \Symfony\Component\Console\Application('Attaché', '0.7.10');

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

0 comments on commit 855f572

Please sign in to comment.