diff --git a/cli/valet.php b/cli/valet.php index 11164060f..a579c9754 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -18,7 +18,7 @@ */ Container::setInstance(new Container()); -$version = '2.2.2'; +$version = '2.2.3'; $app = new Application('Laravel Valet (Linux Edition)', $version);