bump spec version of statemine and westmint (#539)

This commit is contained in:
André Silva
2021-07-16 09:23:00 +01:00
committed by GitHub
parent 7e5ec0c596
commit 3086b319de
@@ -103,8 +103,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westmint"), spec_name: create_runtime_str!("westmint"),
impl_name: create_runtime_str!("westmint"), impl_name: create_runtime_str!("westmint"),
authoring_version: 1, authoring_version: 1,
spec_version: 1, spec_version: 2,
impl_version: 1, impl_version: 0,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
transaction_version: 1, transaction_version: 1,
}; };