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 17:23:43 -05:00
parent 2d5dd79712
commit 2845c565fd

View File

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