466: Bump version to 0.23.1 r=curquiza a=Kerollmops

This PR bumps the crate versions to 0.23.1. Nothing seems to be breaking in the next release.

Co-authored-by: Kerollmops <clement@meilisearch.com>
This commit is contained in:
bors[bot]
2022-03-15 17:19:05 +00:00
committed by GitHub
5 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.23.0"
version = "0.23.1"
edition = "2018"
description = "A CLI to interact with a milli index"

View File

@ -1,6 +1,6 @@
[package]
name = "helpers"
version = "0.23.0"
version = "0.23.1"
authors = ["Clément Renault <clement@meilisearch.com>"]
edition = "2018"

View File

@ -1,7 +1,7 @@
[package]
name = "http-ui"
description = "The HTTP user interface of the milli search engine"
version = "0.23.0"
version = "0.23.1"
authors = ["Clément Renault <clement@meilisearch.com>"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "infos"
version = "0.23.0"
version = "0.23.1"
authors = ["Clément Renault <clement@meilisearch.com>"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "milli"
version = "0.23.0"
version = "0.23.1"
authors = ["Kerollmops <clement@meilisearch.com>"]
edition = "2018"