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

Bump version

This commit is contained in:
Matt Stauffer
2022-12-08 13:01:47 -05:00
parent c9686709b4
commit e67086d7e1

View File

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