1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 08:40:09 +01:00

Bump version to 2.4.0

This commit is contained in:
Matt Stauffer
2019-09-09 15:58:01 -04:00
parent 9422e70798
commit 52a168eb96

View File

@@ -31,7 +31,7 @@
*/
Container::setInstance(new Container);
$version = '2.3.4';
$version = '2.4.0';
$app = new Application('Laravel Valet', $version);