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

Update app.php

This commit is contained in:
Dries Vints
2023-04-26 17:40:58 +02:00
committed by GitHub
parent 6fe3f57275
commit 97411ee1d0

View File

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