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
2020-10-26 10:43:21 -04:00
parent 7b68ea8a27
commit 2801e03998

View File

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