diff --git a/runtime/neumann/src/lib.rs b/runtime/neumann/src/lib.rs index e1f17468..064014fb 100644 --- a/runtime/neumann/src/lib.rs +++ b/runtime/neumann/src/lib.rs @@ -173,10 +173,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("neumann"), impl_name: create_runtime_str!("neumann"), authoring_version: 1, - spec_version: 296, - impl_version: 1, + spec_version: 297, + impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 19, + transaction_version: 20, state_version: 0, }; diff --git a/runtime/oak/src/lib.rs b/runtime/oak/src/lib.rs index e017a9d7..53234fd2 100644 --- a/runtime/oak/src/lib.rs +++ b/runtime/oak/src/lib.rs @@ -179,10 +179,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("oak"), impl_name: create_runtime_str!("oak"), authoring_version: 1, - spec_version: 296, - impl_version: 3, + spec_version: 297, + impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 19, + transaction_version: 20, state_version: 0, }; diff --git a/runtime/turing/src/lib.rs b/runtime/turing/src/lib.rs index 007020c9..f3013652 100644 --- a/runtime/turing/src/lib.rs +++ b/runtime/turing/src/lib.rs @@ -181,10 +181,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("turing"), impl_name: create_runtime_str!("turing"), authoring_version: 1, - spec_version: 296, - impl_version: 3, + spec_version: 297, + impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 19, + transaction_version: 20, state_version: 0, };