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

increment version

This commit is contained in:
Taylor Otwell
2016-05-03 20:17:55 -05:00
parent d69fb82cc9
commit 6655e1b647

2
valet
View File

@@ -14,7 +14,7 @@ use Silly\Application;
/**
* Create the application.
*/
$app = new Application('Laravel Valet', 'v0.1.4');
$app = new Application('Laravel Valet', 'v0.1.5');
/**
* Allow Valet to be run more conveniently by allowing the Node proxy to run password-less sudo.