diff --git a/cli/valet.php b/cli/valet.php index fffbba3..95d80b6 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -32,7 +32,7 @@ */ Container::setInstance(new Container); -$version = '2.13.15'; +$version = '2.13.16'; $app = new Application('Laravel Valet', $version);