Bumped runtime version (#4568)

This commit is contained in:
Arkadiy Paronyan
2020-01-08 12:12:11 +01:00
committed by Bastian Köcher
parent 7a9b570ee5
commit 897445f32a
+2 -2
View File
@@ -78,8 +78,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to equal spec_version. If only runtime // and set impl_version to equal spec_version. If only runtime
// implementation changes and behavior does not, then leave spec_version as // implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version. // is and increment impl_version.
spec_version: 198, spec_version: 199,
impl_version: 198, impl_version: 199,
apis: RUNTIME_API_VERSIONS, apis: RUNTIME_API_VERSIONS,
}; };