Skip to content

Commit fcba8f3

Browse files
committed
Bump to 4.0.1
1 parent e46e138 commit fcba8f3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

cli/app.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
use function Valet\warning;
1717
use function Valet\writer;
1818

19-
$version = '4.0.0';
20-
2119
/**
2220
* Load correct autoloader depending on install location.
2321
*/
@@ -34,7 +32,7 @@
3432
*/
3533
Container::setInstance(new Container);
3634

37-
$version = '4.0.0';
35+
$version = '4.0.1';
3836

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

0 commit comments

Comments
 (0)