From bff3c3cd0cd2d84266f8c6692c16b6243e0d5736 Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Fri, 01 Oct 2021 07:59:47 +0000 Subject: [PATCH] update runtime spec_version to v0.9.10 --- --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -144,7 +144,7 @@ spec_name: create_runtime_str!("opal"), impl_name: create_runtime_str!("opal"), authoring_version: 1, - spec_version: 909000, + spec_version: 910000, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, -- gitstuff