Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mischabraam committed Oct 17, 2023
1 parent 58a9289 commit ff44c00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/valet.php
Original file line number Diff line number Diff line change
Expand Up @@ -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());

Expand Down

0 comments on commit ff44c00

Please sign in to comment.