From 248a684d4737714cb58273bc95a0474e666fb787 Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Thu, 17 Feb 2022 08:03:44 +0000 Subject: [PATCH] up runtime version --- --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -160,7 +160,7 @@ spec_name: create_runtime_str!("opal"), impl_name: create_runtime_str!("opal"), authoring_version: 1, - spec_version: 916001, + spec_version: 916010, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, -- gitstuff