Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstauffer committed Jan 6, 2020
1 parent ccabaa8 commit b4b2fb8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cli/valet.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
*/
Container::setInstance(new Container);

$version = '2.7.1';
$version = '2.8.0';

$app = new Application('Laravel Valet', $version);

Expand Down Expand Up @@ -283,7 +283,7 @@

return info('PHP has been restarted.');
}

return warning(sprintf('Invalid valet service name [%s]', $service));
})->descriptions('Restart the Valet services');

Expand All @@ -303,7 +303,7 @@
return info('Nginx has been stopped.');
case 'php':
PhpFpm::stopRunning();

return info('PHP has been stopped.');
}

Expand Down

0 comments on commit b4b2fb8

Please sign in to comment.