From 0df2a221da67455e9e92bd91c092a042d40f624c Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Sun, 16 Sep 2018 13:24:14 +0900 Subject: [PATCH] Bump version pre-release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7fe162b16f..165c9c85a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.7.0-dev" +version = "0.7.0" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]