From 36246206ad64220343c3b76c5365c39e241add09 Mon Sep 17 00:00:00 2001 From: Bruno Casali Date: Mon, 11 Jul 2022 15:48:10 -0300 Subject: [PATCH] Update version for the next release (v0.8.0) --- src/MeiliSearchBundle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MeiliSearchBundle.php b/src/MeiliSearchBundle.php index a58206de..92dfeb70 100644 --- a/src/MeiliSearchBundle.php +++ b/src/MeiliSearchBundle.php @@ -11,5 +11,5 @@ */ final class MeiliSearchBundle extends Bundle { - public const VERSION = '0.7.2'; + public const VERSION = '0.8.0'; }