From b8f429f0be3a023ec182839a9b58d4aa5f903bbb Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Tue, 2 Jul 2024 20:13:16 +0200 Subject: [PATCH] version --- src/Scout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Scout.php b/src/Scout.php index 2edb4639..4a3557c8 100644 --- a/src/Scout.php +++ b/src/Scout.php @@ -12,7 +12,7 @@ class Scout * * @var string */ - const VERSION = '10.10.0'; + const VERSION = '10.10.1'; /** * The job class that should make models searchable.