diff --git a/cli/valet.php b/cli/valet.php index e37c057..3cdd701 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -18,7 +18,7 @@ */ Container::setInstance(new Container); -$version = '1.1.12'; +$version = '1.1.13'; $app = new Application('Laravel Valet', $version);