diff --git a/cli/valet.php b/cli/valet.php index 2b5cd6e30..fdb6b0859 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -22,7 +22,7 @@ */ Container::setInstance(new Container); -$version = '2.0.12'; +$version = '2.1.0'; $app = new Application('Laravel Valet', $version);