Skip to content

Commit

Permalink
Bump version to 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoerister committed Sep 20, 2021
1 parent eb92a50 commit 920ce12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "odht"
version = "0.2.1"
version = "0.3.0"
edition = "2018"
license = "MIT OR Apache-2.0"
exclude = ["/.github/*"]
Expand Down
2 changes: 1 addition & 1 deletion src/memory_layout.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use crate::{
};
use crate::{swisstable_group_query::REFERENCE_GROUP_SIZE, Config};

const CURRENT_FILE_FORMAT_VERSION: [u8; 4] = [0, 0, 0, 1];
const CURRENT_FILE_FORMAT_VERSION: [u8; 4] = [0, 0, 0, 2];

#[repr(C)]
#[derive(Clone)]
Expand Down

0 comments on commit 920ce12

Please sign in to comment.