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

Update version number to 2.1.0

This commit is contained in:
Matt Stauffer
2018-09-19 12:34:52 -04:00
parent e90dbeffea
commit b76bb0db68

View File

@@ -22,7 +22,7 @@
*/
Container::setInstance(new Container);
$version = '2.0.12';
$version = '2.1.0';
$app = new Application('Laravel Valet', $version);