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

increment

This commit is contained in:
Taylor Otwell
2016-05-04 10:24:09 -05:00
parent abe8d5a7c1
commit e72b7237a6

2
valet
View File

@@ -15,7 +15,7 @@ use Symfony\Component\Process\Process;
/**
* Create the application.
*/
$app = new Application('Laravel Valet', 'v0.1.6');
$app = new Application('Laravel Valet', 'v0.1.7');
/**
* Allow Valet to be run more conveniently by allowing the Node proxy to run password-less sudo.