From 2a0daba548429fe4498be9a33215d1ce252a45f6 Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Tue, 01 Mar 2022 08:22:19 +0000 Subject: [PATCH] up runtime version --- --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -161,7 +161,7 @@ spec_name: create_runtime_str!("opal"), impl_name: create_runtime_str!("opal"), authoring_version: 1, - spec_version: 916010, + spec_version: 917000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, -- gitstuff