1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-04 08:10:07 +01:00

Bump version

This commit is contained in:
Matt Stauffer
2021-07-20 22:13:08 -04:00
parent d997021dce
commit f8188596c4

View File

@@ -32,7 +32,7 @@
*/
Container::setInstance(new Container);
$version = '2.15.3';
$version = '2.15.4';
$app = new Application('Laravel Valet', $version);