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,