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

Bump version

This commit is contained in:
Matt Stauffer
2020-01-07 11:37:59 -05:00
parent cd1d2e2725
commit 74834d17ea

View File

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