1
0
mirror of https://github.com/laravel/valet.git synced 2026-02-06 00:40:06 +01:00

Bump version.

This commit is contained in:
Matt Stauffer
2019-12-06 09:43:05 -05:00
parent 12e5c70914
commit 3b302b7593

View File

@@ -32,7 +32,7 @@
*/
Container::setInstance(new Container);
$version = '2.5.4';
$version = '2.6.0';
$app = new Application('Laravel Valet', $version);
@@ -311,7 +311,7 @@
Additionally you might also want to open Keychain Access and search for <comment>valet</comment> to remove any leftover trust certificates.
");
}
output("WAIT! Before you uninstall things, consider cleaning things up in the following order. (Or skip to the bottom for troubleshooting suggestions.):
<info>You did not pass the <fg=red>--force</> parameter so we are NOT ACTUALLY uninstalling anything.</info>
A --force removal WILL delete your custom configuration information, so you will want to make backups first.