From 346a9e4287572fdf5ed5496bf472e9e99a994ddc Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Tue, 10 Jul 2018 09:20:21 +0900 Subject: [PATCH] Set dev version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 509576b92..f1d9ddcbd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.6.1" +version = "0.7.0-dev" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]