1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 16:40:05 +01:00
This commit is contained in:
Dries Vints
2023-10-03 16:51:46 +02:00
committed by GitHub
parent 0fef72b64b
commit 15e444afc2

View File

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