From 80c25ae9f328571fe3b2f85ebd52fe168c1afb78 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Thu, 11 Jul 2019 19:10:12 +0900 Subject: [PATCH] Release 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fd802f0a7..746cc8312 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.10.0-dev" +version = "0.10.0" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]