Second migration fix (#5178)

* Second migration fix

* Fix check-runtime script

* Another fix to the CI

* Revert changes.

* Bump runtime
This commit is contained in:
Gavin Wood
2020-03-06 23:46:38 +01:00
committed by GitHub
parent 1290ae3e92
commit 1c94a03780
2 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// and set impl_version to 0. If only runtime
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 232,
spec_version: 233,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
};