Skip to content

Commit fb3b4c5

Browse files
apollo_storage: bump STORAGE_VERSION_BLOCKS to 7.0 for fee_proposal_fri
1 parent 1d87778 commit fb3b4c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • crates/apollo_storage/src

crates/apollo_storage/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ use crate::version::{VersionStorageReader, VersionStorageWriter};
187187
/// The current version of the storage state code.
188188
pub const STORAGE_VERSION_STATE: Version = Version { major: 6, minor: 0 };
189189
/// The current version of the storage blocks code.
190-
pub const STORAGE_VERSION_BLOCKS: Version = Version { major: 6, minor: 0 };
190+
pub const STORAGE_VERSION_BLOCKS: Version = Version { major: 7, minor: 0 };
191191

192192
/// Opens a storage and returns a [`StorageReader`] and a [`StorageWriter`].
193193
pub fn open_storage(

0 commit comments

Comments
 (0)