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

Bump version

This commit is contained in:
Matt Stauffer
2019-10-10 20:49:47 -04:00
parent 904ba51bb9
commit 7011629b41

View File

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