Skip to content

Commit

Permalink
Bump up version to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wata727 committed Mar 6, 2019
1 parent 0e693aa commit c3d98b8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.7.0 (2019-03-06)

### Enhancements

- Add `--extensions` option ([#51](https://github.com/wata727/pahout/pull/51))

### Others

- CI against PHP 7.1.26, 7.2.15 and 7.3.2 ([#52](https://github.com/wata727/pahout/pull/52))

## v0.6.1 (2019-01-29)

### Bugfix
Expand Down
2 changes: 1 addition & 1 deletion src/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

$check = new Check();

$app = new Application('Pahout', '0.6.1');
$app = new Application('Pahout', '0.7.0');
$app->add($check);
$app->setDefaultCommand($check->getName(), true);
$app->run();

0 comments on commit c3d98b8

Please sign in to comment.