From bffabf9cc63f29a73f74faab15da11020a1329aa Mon Sep 17 00:00:00 2001
From: curquiza <curquiza@users.noreply.github.com>
Date: Tue, 31 Jan 2023 09:56:22 +0000
Subject: [PATCH] Update version for the next release (v0.41.1) in Cargo.toml
 files

---
 benchmarks/Cargo.toml         | 2 +-
 cli/Cargo.toml                | 2 +-
 filter-parser/Cargo.toml      | 2 +-
 flatten-serde-json/Cargo.toml | 2 +-
 json-depth-checker/Cargo.toml | 2 +-
 milli/Cargo.toml              | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml
index bf96ca84c..6d3608a5e 100644
--- a/benchmarks/Cargo.toml
+++ b/benchmarks/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "benchmarks"
-version = "0.41.0"
+version = "0.41.1"
 edition = "2018"
 publish = false
 
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index c8e63a764..ede953756 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "cli"
-version = "0.41.0"
+version = "0.41.1"
 edition = "2018"
 description = "A CLI to interact with a milli index"
 publish = false
diff --git a/filter-parser/Cargo.toml b/filter-parser/Cargo.toml
index 8f47bf2bc..6dd13c645 100644
--- a/filter-parser/Cargo.toml
+++ b/filter-parser/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "filter-parser"
-version = "0.41.0"
+version = "0.41.1"
 edition = "2021"
 description = "The parser for the Meilisearch filter syntax"
 publish = false
diff --git a/flatten-serde-json/Cargo.toml b/flatten-serde-json/Cargo.toml
index 9191364ae..136fd3f7e 100644
--- a/flatten-serde-json/Cargo.toml
+++ b/flatten-serde-json/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "flatten-serde-json"
-version = "0.41.0"
+version = "0.41.1"
 edition = "2021"
 description = "Flatten serde-json objects like elastic search"
 readme = "README.md"
diff --git a/json-depth-checker/Cargo.toml b/json-depth-checker/Cargo.toml
index 63906a276..50a66da4b 100644
--- a/json-depth-checker/Cargo.toml
+++ b/json-depth-checker/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "json-depth-checker"
-version = "0.41.0"
+version = "0.41.1"
 edition = "2021"
 description = "A library that indicates if a JSON must be flattened"
 publish = false
diff --git a/milli/Cargo.toml b/milli/Cargo.toml
index c3fccc9e2..b3d87304d 100644
--- a/milli/Cargo.toml
+++ b/milli/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "milli"
-version = "0.41.0"
+version = "0.41.1"
 authors = ["Kerollmops <clement@meilisearch.com>"]
 edition = "2018"