From 15a9aa15e6ed7e20040592dc2c00e0ce4d84c872 Mon Sep 17 00:00:00 2001 From: Georgi Zlatarev Date: Mon, 19 Jun 2023 18:52:59 +0300 Subject: [PATCH] Bump spec versions Signed-off-by: Georgi Zlatarev --- runtime/calamari/src/lib.rs | 2 +- runtime/dolphin/src/lib.rs | 2 +- runtime/manta/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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,