From b704fe87967af919d83a8dd242d67fd1c38a0a3c Mon Sep 17 00:00:00 2001 From: Kirill Pimenov Date: Fri, 29 May 2020 10:59:22 +0200 Subject: [PATCH] Bump Kusama spec version to 2000 (#1165) --- 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 be040fe842..0fc6990606 100644 --- a/polkadot/runtime/kusama/src/lib.rs +++ b/polkadot/runtime/kusama/src/lib.rs @@ -84,7 +84,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("kusama"), impl_name: create_runtime_str!("parity-kusama"), authoring_version: 2, - spec_version: 1065, + spec_version: 2000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,