From 6b1b5263de2923749a8fc5ab4f9144d25130e544 Mon Sep 17 00:00:00 2001 From: firke Date: Thu, 28 Apr 2022 16:01:59 +0100 Subject: [PATCH] Update runtime versions on opportunity/standard. --- runtime/opportunity/src/lib.rs | 2 +- runtime/standard/src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/opportunity/src/lib.rs b/runtime/opportunity/src/lib.rs index bc561625..442d77ef 100644 --- a/runtime/opportunity/src/lib.rs +++ b/runtime/opportunity/src/lib.rs @@ -142,7 +142,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("opportunity"), impl_name: create_runtime_str!("opportunity10"), authoring_version: 2, - spec_version: 9171, + spec_version: 9190, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 7, diff --git a/runtime/standard/src/lib.rs b/runtime/standard/src/lib.rs index 97874d9c..10fc43e7 100644 --- a/runtime/standard/src/lib.rs +++ b/runtime/standard/src/lib.rs @@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("standard"), impl_name: create_runtime_str!("standard10"), authoring_version: 1, - spec_version: 9170, + spec_version: 9190, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 6,