From 8e0c8f037aea7009a2a2c8addc948f11ceb43a27 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 28 Oct 2019 14:31:41 +0100 Subject: [PATCH] Quick runtime bump --- polkadot/runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/runtime/src/lib.rs b/polkadot/runtime/src/lib.rs index 14b235eabc..357373bae2 100644 --- a/polkadot/runtime/src/lib.rs +++ b/polkadot/runtime/src/lib.rs @@ -100,7 +100,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 1, - spec_version: 1006, + spec_version: 1008, impl_version: 0, apis: RUNTIME_API_VERSIONS, };