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 954f85a85c
commit b89037bd82
+2 -2
View File
@@ -103,8 +103,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("westmint"),
impl_name: create_runtime_str!("westmint"),
authoring_version: 1,
spec_version: 1,
impl_version: 1,
spec_version: 2,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
};