Fix periodic sessions and document behavior (#2974)

* Fix periodic sessions and document behavior

* bump versions and test

* Apply suggestions from code review

* update docs

* update docs again
This commit is contained in:
Robert Habermeier
2019-07-03 00:51:54 +02:00
committed by Gavin Wood
parent 2217c1e9a1
commit dcb1a590e2
2 changed files with 40 additions and 5 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// to equal spec_version. If only runtime implementation changes and behavior does not, then
// leave spec_version as is and increment impl_version.
spec_version: 102,
impl_version: 103,
impl_version: 104,
apis: RUNTIME_API_VERSIONS,
};