bump chain spec versions (#1297)

This commit is contained in:
Svyatoslav Nikolsky
2022-01-31 14:43:53 +03:00
committed by Bastian Köcher
parent ea2d6f898d
commit cb20c10bdb
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -37,10 +37,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: sp_version::create_runtime_str!("polkadot"),
impl_name: sp_version::create_runtime_str!("parity-polkadot"),
authoring_version: 0,
spec_version: 9100,
spec_version: 9140,
impl_version: 0,
apis: sp_version::create_apis_vec![[]],
transaction_version: 7,
transaction_version: 9,
state_version: 0,
};