From ef515ce16c68b230647dafd4cfe49d98cd5ee6b2 Mon Sep 17 00:00:00 2001 From: chrisli30 Date: Tue, 25 Jul 2023 20:23:03 -0700 Subject: [PATCH] Bump impl_version in runtime version for v1.9.0.2 release --- runtime/neumann/src/lib.rs | 2 +- runtime/oak/src/lib.rs | 2 +- runtime/turing/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/neumann/src/lib.rs b/runtime/neumann/src/lib.rs index 15507308..9202bbf1 100644 --- a/runtime/neumann/src/lib.rs +++ b/runtime/neumann/src/lib.rs @@ -172,7 +172,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_name: create_runtime_str!("neumann"), authoring_version: 1, spec_version: 294, - impl_version: 1, + impl_version: 2, apis: RUNTIME_API_VERSIONS, transaction_version: 17, state_version: 0, diff --git a/runtime/oak/src/lib.rs b/runtime/oak/src/lib.rs index d97ee4bf..96239319 100644 --- a/runtime/oak/src/lib.rs +++ b/runtime/oak/src/lib.rs @@ -172,7 +172,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_name: create_runtime_str!("oak"), authoring_version: 1, spec_version: 294, - impl_version: 1, + impl_version: 2, apis: RUNTIME_API_VERSIONS, transaction_version: 17, state_version: 0, diff --git a/runtime/turing/src/lib.rs b/runtime/turing/src/lib.rs index 1ea5f315..1e1b31bc 100644 --- a/runtime/turing/src/lib.rs +++ b/runtime/turing/src/lib.rs @@ -176,7 +176,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_name: create_runtime_str!("turing"), authoring_version: 1, spec_version: 294, - impl_version: 1, + impl_version: 2, apis: RUNTIME_API_VERSIONS, transaction_version: 17, state_version: 0,