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

Bump version

This commit is contained in:
Matt Stauffer
2021-12-13 12:59:57 -05:00
parent 55c29e261a
commit 8ff684087b

View File

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