From 9aadb5d499f2e29758701b8c3a19c6c9c60193c8 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Mon, 20 Jul 2020 19:13:09 +0200 Subject: [PATCH] Bump Polkadot runtime version --- polkadot/runtime/polkadot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/runtime/polkadot/src/lib.rs b/polkadot/runtime/polkadot/src/lib.rs index e1841f8d05..56774d921b 100644 --- a/polkadot/runtime/polkadot/src/lib.rs +++ b/polkadot/runtime/polkadot/src/lib.rs @@ -93,7 +93,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("polkadot"), impl_name: create_runtime_str!("parity-polkadot"), authoring_version: 0, - spec_version: 17, + spec_version: 18, impl_version: 0, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS,