Skip to content

Commit

Permalink
Version 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mischabraam committed Jun 13, 2024
1 parent e4f99ea commit 60c94eb
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 @@ -31,7 +31,7 @@
$laravelValetName = $app->getName();
$laravelValetVersion = $app->getVersion();
$valetPlusName = 'Valet+';
$valetPlusVersion = '3.0.2';
$valetPlusVersion = '3.0.3';

$app->setVersion($laravelValetName . ' ' . $laravelValetVersion);
$app->setName(' ' . $valetPlusName . ' ' . $valetPlusVersion . "\n");
Expand Down

0 comments on commit 60c94eb

Please sign in to comment.