diff --git a/cli/valet.php b/cli/valet.php index 050c9e9..fde7ef7 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -29,7 +29,7 @@ */ Container::setInstance(new Container); -$version = '2.2.3'; +$version = '2.2.4'; $app = new Application('Laravel Valet', $version);