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

Bump version

This commit is contained in:
Matt Stauffer
2019-10-29 08:31:35 -04:00
parent 705bcd3d9c
commit 12f75fc2a8

View File

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