From ff5ff027ea54f989c203116f182be1c3b050a5b9 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Wed, 10 Jan 2018 19:34:20 +0900 Subject: [PATCH] NOBUG Bumped tantivy-cli version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a5e98a3..bc44b52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy-cli" -version = "0.4.3" +version = "0.4.4" authors = ["Paul Masurel "] description = """Command line interface for Tantivy, a search engine library."""