1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 16:40:05 +01:00
This commit is contained in:
Taylor Otwell
2016-05-05 01:20:11 -05:00
parent 5173ad802e
commit 173b41eab4

View File

@@ -14,7 +14,7 @@
/**
* Create the application.
*/
$app = new Application('Laravel Valet', 'v1.0.0');
$app = new Application('Laravel Valet', 'v1.0.1');
/**
* Prune missing directories and symbolic links on every command.