diff --git a/cli/valet.php b/cli/valet.php index 93568e1..01bc785 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -32,7 +32,7 @@ */ Container::setInstance(new Container); -$version = '3.1.2'; +$version = '3.1.3'; $app = new Application('Laravel Valet', $version);