diff --git a/cli/valet.php b/cli/valet.php index e7c289b..8f79d92 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -19,7 +19,7 @@ */ Container::setInstance(new Container()); -$version = 'v1.0.3'; +$version = 'v1.0.6'; $app = new Application('Valet WSL', $version);