From ad9c75e4c447f02593255aca07fc0be8552152ad Mon Sep 17 00:00:00 2001 From: Hero Bird <robin.freyler@gmail.com> Date: Thu, 23 Jan 2020 16:59:00 +0100 Subject: [PATCH] [contracts] minor follow-up on PR #4722 (#4723) --- substrate/bin/node/runtime/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/substrate/bin/node/runtime/src/lib.rs b/substrate/bin/node/runtime/src/lib.rs index e158cbe2cbb..ecc16ee143f 100644 --- a/substrate/bin/node/runtime/src/lib.rs +++ b/substrate/bin/node/runtime/src/lib.rs @@ -80,8 +80,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // and set impl_version 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: 204, - impl_version: 204, + spec_version: 205, + impl_version: 205, apis: RUNTIME_API_VERSIONS, }; -- GitLab