From 570dda64f497200e8bd2e2c511938072091b6f2e Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Wed, 06 Oct 2021 14:01:34 +0000 Subject: [PATCH] increment runtime spec_version --- --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -151,7 +151,7 @@ spec_name: create_runtime_str!("nft"), impl_name: create_runtime_str!("nft"), authoring_version: 1, - spec_version: 3, + spec_version: 4, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1, -- gitstuff