Skip to content

Commit

Permalink
Merge branch 'dimitris/bump-cert-version' into 'master'
Browse files Browse the repository at this point in the history
chore: EXC-1477: Bump certification version to support subnet metrics in the state tree

 

See merge request dfinity-lab/public/ic!14718
  • Loading branch information
dsarlis committed Sep 20, 2023
2 parents de101b4 + 275610a commit 117db5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/canonical_state/certification_version/src/lib.rs
Expand Up @@ -69,7 +69,7 @@ impl std::convert::TryFrom<u32> for CertificationVersion {

/// The Canonical State certification version that should be used for newly
/// computed states.
pub const CURRENT_CERTIFICATION_VERSION: CertificationVersion = CertificationVersion::V14;
pub const CURRENT_CERTIFICATION_VERSION: CertificationVersion = CertificationVersion::V15;

/// Maximum supported certification version.
///
Expand Down

0 comments on commit 117db5e

Please sign in to comment.