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

Bump version

This commit is contained in:
Matt Stauffer
2022-12-06 16:29:28 -05:00
parent 35998a0f86
commit fb870548e8

View File

@@ -38,7 +38,7 @@
*/
Container::setInstance(new Container);
$version = '3.2.0';
$version = '3.2.1';
$app = new Application('Laravel Valet', $version);