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

Bump version

This commit is contained in:
Matt Stauffer
2019-12-10 23:13:48 -05:00
parent b5e41a2fe6
commit a05d26f8a4

View File

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