diff --git a/cli/valet.php b/cli/valet.php index 03a2ed3d7..fb57eae79 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -18,7 +18,7 @@ */ Container::setInstance(new Container); -$version = '1.1.18'; +$version = '1.1.19'; $app = new Application('Laravel Valet', $version);