Skip to content

Commit c24157f

Browse files
authored
Bumping version format. (#1640)
The docstore format has changed in a non-compatible manner.
1 parent 873382c commit c24157f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tantivy"
3-
version = "0.18.1"
3+
version = "0.19.0-dev"
44
authors = ["Paul Masurel <[email protected]>"]
55
license = "MIT"
66
categories = ["database-implementations", "data-structures"]

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ pub use crate::postings::Postings;
311311
pub use crate::schema::{DateOptions, DatePrecision, Document, Term};
312312

313313
/// Index format version.
314-
const INDEX_FORMAT_VERSION: u32 = 4;
314+
const INDEX_FORMAT_VERSION: u32 = 5;
315315

316316
/// Structure version for the index.
317317
#[derive(Clone, PartialEq, Eq, Serialize, Deserialize)]

0 commit comments

Comments
 (0)