From 50d71d652a8294bea82fb7b48ed08cbe75f8e0a3 Mon Sep 17 00:00:00 2001 From: imstar15 Date: Wed, 14 Jun 2023 14:07:01 +0800 Subject: [PATCH] Bump to spec version 294 --- runtime/neumann/src/lib.rs | 4 ++-- runtime/oak/src/lib.rs | 4 ++-- runtime/turing/src/lib.rs | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/runtime/neumann/src/lib.rs b/runtime/neumann/src/lib.rs index 1a6b0b8d8..6a1b9171c 100644 --- a/runtime/neumann/src/lib.rs +++ b/runtime/neumann/src/lib.rs @@ -171,10 +171,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("neumann"), impl_name: create_runtime_str!("neumann"), authoring_version: 1, - spec_version: 293, + spec_version: 294, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 16, + transaction_version: 17, state_version: 0, }; diff --git a/runtime/oak/src/lib.rs b/runtime/oak/src/lib.rs index 85a9f4688..a34a4719c 100644 --- a/runtime/oak/src/lib.rs +++ b/runtime/oak/src/lib.rs @@ -171,10 +171,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("oak"), impl_name: create_runtime_str!("oak"), authoring_version: 1, - spec_version: 293, + spec_version: 294, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 16, + transaction_version: 17, state_version: 0, }; diff --git a/runtime/turing/src/lib.rs b/runtime/turing/src/lib.rs index 0f12bbf51..894c1fd2f 100644 --- a/runtime/turing/src/lib.rs +++ b/runtime/turing/src/lib.rs @@ -175,10 +175,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("turing"), impl_name: create_runtime_str!("turing"), authoring_version: 1, - spec_version: 293, + spec_version: 294, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 16, + transaction_version: 17, state_version: 0, };