diff --git a/cli/valet.php b/cli/valet.php index 31a5e4505..aa711b470 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -32,7 +32,7 @@ */ Container::setInstance(new Container); -$version = '2.18.8'; +$version = '2.18.9'; $app = new Application('Laravel Valet', $version);