diff --git a/cli/valet.php b/cli/valet.php index 0f07b22..f13b5b0 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -18,7 +18,7 @@ */ Container::setInstance(new Container); -$version = '2.0.2'; +$version = '2.0.3'; $app = new Application('Laravel Valet', $version);