diff --git a/cli/valet.php b/cli/valet.php index 08635a9a..da2a6453 100644 --- a/cli/valet.php +++ b/cli/valet.php @@ -24,7 +24,7 @@ Container::setInstance(new Container); // get current version based on git describe and tags -$version = new Version('2.4.0', __DIR__ . '/../'); +$version = new Version('2.4.1', __DIR__ . '/../'); $app = new Application('Valet+', $version->getVersion());