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

Bump version

This commit is contained in:
Matt Stauffer
2018-11-09 13:36:04 -05:00
parent 5e6658a20f
commit 9c7a64efd6

View File

@@ -29,7 +29,7 @@
*/
Container::setInstance(new Container);
$version = '2.1.1';
$version = '2.1.2';
$app = new Application('Laravel Valet', $version);