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

Update app.php

This commit is contained in:
Taylor Otwell
2025-08-18 21:12:10 -05:00
committed by GitHub
parent 1c62421915
commit 18439215b6

View File

@@ -33,7 +33,7 @@
*/
Container::setInstance(new Container);
$version = '4.9.0';
$version = '4.9.1';
$app = new Application('Laravel Valet', $version);