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

Bump version

This commit is contained in:
Matt Stauffer
2022-03-28 15:04:56 -04:00
parent 665a1fb4a3
commit b406c0d4ee

View File

@@ -32,7 +32,7 @@
*/
Container::setInstance(new Container);
$version = '3.0.0-alpha.3';
$version = '3.0.0';
$app = new Application('Laravel Valet', $version);