From 31306bf1d4fb1f60c91abd906541723c268948e8 Mon Sep 17 00:00:00 2001 From: metricaez Date: Tue, 19 Dec 2023 13:18:13 -0300 Subject: [PATCH] increase spec ver --- runtime/stout/src/lib.rs | 2 +- runtime/trappist/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/stout/src/lib.rs b/runtime/stout/src/lib.rs index 1897ec1f..451a0f05 100644 --- a/runtime/stout/src/lib.rs +++ b/runtime/stout/src/lib.rs @@ -137,7 +137,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("stout-rococo"), impl_name: create_runtime_str!("stout-rococo"), authoring_version: 1, - spec_version: 11000, + spec_version: 13000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/trappist/src/lib.rs b/runtime/trappist/src/lib.rs index d9dc3c2b..7e251c2a 100644 --- a/runtime/trappist/src/lib.rs +++ b/runtime/trappist/src/lib.rs @@ -147,7 +147,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("trappist-rococo"), impl_name: create_runtime_str!("trappist-rococo"), authoring_version: 1, - spec_version: 11000, + spec_version: 13000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3,