diff --git a/runtime/calamari/src/lib.rs b/runtime/calamari/src/lib.rs index 0830b1d96..eff8b7cdd 100644 --- a/runtime/calamari/src/lib.rs +++ b/runtime/calamari/src/lib.rs @@ -134,7 +134,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("calamari"), impl_name: create_runtime_str!("calamari"), authoring_version: 2, - spec_version: 4200, + spec_version: 4201, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 14, diff --git a/runtime/dolphin/src/lib.rs b/runtime/dolphin/src/lib.rs index 5ce9d3a69..07b9991f8 100644 --- a/runtime/dolphin/src/lib.rs +++ b/runtime/dolphin/src/lib.rs @@ -126,7 +126,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("dolphin"), impl_name: create_runtime_str!("dolphin"), authoring_version: 2, - spec_version: 4200, + spec_version: 4201, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 8, diff --git a/runtime/manta/src/lib.rs b/runtime/manta/src/lib.rs index 85b716720..a22448cb3 100644 --- a/runtime/manta/src/lib.rs +++ b/runtime/manta/src/lib.rs @@ -136,7 +136,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("manta"), impl_name: create_runtime_str!("manta"), authoring_version: 1, - spec_version: 4200, + spec_version: 4201, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 3,