Skip to content

Commit

Permalink
Bump to 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Mar 27, 2023
1 parent e46e138 commit fcba8f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cli/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
use function Valet\warning;
use function Valet\writer;

$version = '4.0.0';

/**
* Load correct autoloader depending on install location.
*/
Expand All @@ -34,7 +32,7 @@
*/
Container::setInstance(new Container);

$version = '4.0.0';
$version = '4.0.1';

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

Expand Down

0 comments on commit fcba8f3

Please sign in to comment.