diff --git a/cli/valet.php b/cli/valet.php index c7fc13234..75870ba22 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -18,7 +18,7 @@ */ Container::setInstance(new Container()); -$version = 'v2.3.5'; +$version = 'v2.3.6'; $app = new Application('Valet', $version);