From b76bb0db68614966e0c1353a314a88bfdb7f1b8d Mon Sep 17 00:00:00 2001 From: Matt Stauffer Date: Wed, 19 Sep 2018 12:34:52 -0400 Subject: [PATCH] Update version number to 2.1.0 --- cli/valet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/valet.php b/cli/valet.php index 2b5cd6e30..fdb6b0859 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -22,7 +22,7 @@ */ Container::setInstance(new Container); -$version = '2.0.12'; +$version = '2.1.0'; $app = new Application('Laravel Valet', $version);