Increase priority of ImOnline heartbeats (#3972)

* Make sure im-online reports are high priority.

* Bump runtime.
This commit is contained in:
Tomasz Drwięga
2019-10-31 00:19:31 +01:00
committed by Robert Habermeier
parent e3893d5e39
commit a73334f769
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 190,
impl_version: 190,
impl_version: 191,
apis: RUNTIME_API_VERSIONS,
};