Skip to content

Commit 920ce12

Browse files
Bump version to 0.3.0.
1 parent eb92a50 commit 920ce12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "odht"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
edition = "2018"
55
license = "MIT OR Apache-2.0"
66
exclude = ["/.github/*"]

src/memory_layout.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use crate::{
1212
};
1313
use crate::{swisstable_group_query::REFERENCE_GROUP_SIZE, Config};
1414

15-
const CURRENT_FILE_FORMAT_VERSION: [u8; 4] = [0, 0, 0, 1];
15+
const CURRENT_FILE_FORMAT_VERSION: [u8; 4] = [0, 0, 0, 2];
1616

1717
#[repr(C)]
1818
#[derive(Clone)]

0 commit comments

Comments
 (0)