From 7ae093eb689f9bbd01c500230c929e9485165428 Mon Sep 17 00:00:00 2001 From: metricaez Date: Wed, 7 Feb 2024 09:23:09 -0300 Subject: [PATCH] choir: bump 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 451a0f05..fb8640e8 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: 13000, + spec_version: 13100, 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 9c7c2413..94281bee 100644 --- a/runtime/trappist/src/lib.rs +++ b/runtime/trappist/src/lib.rs @@ -165,7 +165,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: 13000, + spec_version: 13100, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3,