From 21f0549bd54e4ff4bf186ae8ff504140d38a213b Mon Sep 17 00:00:00 2001 From: Matt Stauffer Date: Tue, 24 Nov 2020 07:37:52 -0500 Subject: [PATCH] Bump version --- cli/valet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/valet.php b/cli/valet.php index 0d105ff91..9a3df3769 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -32,7 +32,7 @@ */ Container::setInstance(new Container); -$version = '2.13.1'; +$version = '2.13.2'; $app = new Application('Laravel Valet', $version);