From c5ad87d7ff046fcf2279a50194414df25d94c970 Mon Sep 17 00:00:00 2001 From: Minoru Osuka Date: Sat, 8 Apr 2023 00:16:35 +0900 Subject: [PATCH] Bump up version to 0.23.1 (#75) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 65eb668..0ed3c5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "lindera-tantivy" -version = "0.23.0" +version = "0.23.1" edition = "2021" description = "Lindera Tokenizer for Tantivy." documentation = "https://docs.rs/lindera-tantivy"