From 6ac200252eea02c84093d871ba274f460559f1c7 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 23 Mar 2020 17:20:25 +0100 Subject: [PATCH] Bump runtime version --- polkadot/runtime/kusama/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/runtime/kusama/src/lib.rs b/polkadot/runtime/kusama/src/lib.rs index 0f68654ca6..eae62b69bf 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -79,7 +79,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 2, - spec_version: 1055, + spec_version: 1056, impl_version: 1, apis: RUNTIME_API_VERSIONS, };