Skip to content

Commit

Permalink
Merge branch 'master' into karenization
Browse files Browse the repository at this point in the history
  • Loading branch information
ShankarWarang authored Oct 27, 2022
2 parents 2fd08ff + 04d2a67 commit ed90301
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,11 +141,11 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to equal spec_version. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 52,
impl_version: 52,
spec_version: 53,
impl_version: 53,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
state_version: 52,
state_version: 53,
};

#[cfg(feature = "beresheet-runtime")]
Expand All @@ -157,11 +157,11 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to equal spec_version. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 10052,
impl_version: 10052,
spec_version: 10053,
impl_version: 10053,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
state_version: 52,
state_version: 53,
};

/// Native version.
Expand Down

0 comments on commit ed90301

Please sign in to comment.