Skip to content

Commit

Permalink
bump db version
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed Apr 15, 2024
1 parent de25042 commit bbf085f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/katana/storage/db/src/version.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::mem;
use std::path::{Path, PathBuf};

/// Current version of the database.
pub const CURRENT_DB_VERSION: u32 = 0;
pub const CURRENT_DB_VERSION: u32 = 1;

/// Name of the version file.
const DB_VERSION_FILE_NAME: &str = "db.version";
Expand Down

0 comments on commit bbf085f

Please sign in to comment.