diff --git a/cli/valet.php b/cli/valet.php index 2cd1d9fc8..109360b64 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -18,7 +18,7 @@ */ Container::setInstance(new Container); -$version = 'v2.1.5'; +$version = 'v2.1.7'; $app = new Application('Valet', $version);