From 19334e53e25cd2efc90e69e800437b555fb8b20b Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Thu, 23 Aug 2018 06:48:30 +0900 Subject: [PATCH] fixed version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6fbb1f9..d20ed3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy-cli" -version = "0.6.1" +version = "0.6.0" authors = ["Paul Masurel "] description = """Command line interface for Tantivy, a search engine library."""