Fix Phragmen equalize loop. (#3693)

* Fix phragmen loop

* Bump.
This commit is contained in:
Kian Paimani
2019-09-25 16:43:11 +02:00
committed by GitHub
parent 1c15ca6ad1
commit f277c4884a
3 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
// implementation changes and behavior does not, then leave spec_version as
// is and increment impl_version.
spec_version: 164,
impl_version: 164,
impl_version: 165,
apis: RUNTIME_API_VERSIONS,
};