1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-05 08:30:07 +01:00
This commit is contained in:
Taylor Otwell
2016-05-05 01:42:59 -05:00
parent bc4300a48d
commit 4ee9c3e3a6

View File

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