From 3dd0322f4c20dd6c16cad4e7357a4cafae059e8a Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Wed, 19 Aug 2020 22:41:48 +0900 Subject: [PATCH] Bumped version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3c5fc47172..394a2b71e9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.12.0" +version = "0.13.0" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]