diff --git a/cli/valet.php b/cli/valet.php
index 13a5c32..27e918a 100755
--- a/cli/valet.php
+++ b/cli/valet.php
@@ -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 valet 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.):
You did not pass the --force> parameter so we are NOT ACTUALLY uninstalling anything.
A --force removal WILL delete your custom configuration information, so you will want to make backups first.