diff --git a/cli/valet.php b/cli/valet.php index f34d12f4d..20f1b98d5 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -32,7 +32,7 @@ */ Container::setInstance(new Container); -$version = '2.15.0'; +$version = '2.15.1'; $app = new Application('Laravel Valet', $version);