From 51aa9c319e29e147a31f41f8d5744d2bbad3cb18 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Fri, 5 Feb 2021 22:55:26 +0900 Subject: [PATCH] Bumped version to 0.14 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6648e0a83..5c40adbc4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tantivy" -version = "0.14.0-dev" +version = "0.14.0" authors = ["Paul Masurel "] license = "MIT" categories = ["database-implementations", "data-structures"]