From a4745151c04d1f784bf8a33c35420d6684feda77 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Wed, 26 Dec 2018 10:11:06 +0900 Subject: [PATCH] Version to 0.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c43b2013..fc7a1ba0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.8.0-dev" +version = "0.8.0" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]