From 4ee086f80a3138c5768f6c73195b574c1ae01ecc Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 24 Aug 2019 03:06:08 -0700 Subject: [PATCH] Bump runtime version --- 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 54562b1f87..57c984bf23 100644 --- a/polkadot/runtime/src/lib.rs +++ b/polkadot/runtime/src/lib.rs @@ -98,7 +98,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 1, - spec_version: 1000, + spec_version: 1001, impl_version: 0, apis: RUNTIME_API_VERSIONS, };