From 2491f8060eb71c90251c24c749ceb41346e7bb3c Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Mon, 31 Jan 2022 09:52:06 +0100 Subject: [PATCH] Version --- cli/valet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/valet.php b/cli/valet.php index 0ecd0a573..31a5e4505 100755 --- a/cli/valet.php +++ b/cli/valet.php @@ -32,7 +32,7 @@ */ Container::setInstance(new Container); -$version = '2.18.7'; +$version = '2.18.8'; $app = new Application('Laravel Valet', $version);