Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwathan committed Apr 9, 2018
1 parent 64cc744 commit d32afd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/valet.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
*/
Container::setInstance(new Container);

$version = '2.0.10';
$version = '2.0.11';

$app = new Application('Laravel Valet', $version);

Expand Down

1 comment on commit d32afd8

@epreston
Copy link
Contributor

@epreston epreston commented on d32afd8 Apr 9, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@adamwathan i'm 5 mins too late. You might want to hold off on release. The unit tests this is based on are not correct.

Please sign in to comment.