diff --git a/runtime/neumann/src/lib.rs b/runtime/neumann/src/lib.rs index bf9bf02fc..ff903275e 100644 --- a/runtime/neumann/src/lib.rs +++ b/runtime/neumann/src/lib.rs @@ -166,7 +166,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("neumann"), impl_name: create_runtime_str!("neumann"), authoring_version: 1, - spec_version: 289, + spec_version: 290, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 14, diff --git a/runtime/oak/src/lib.rs b/runtime/oak/src/lib.rs index bec417727..21e381438 100644 --- a/runtime/oak/src/lib.rs +++ b/runtime/oak/src/lib.rs @@ -166,7 +166,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("oak"), impl_name: create_runtime_str!("oak"), authoring_version: 1, - spec_version: 289, + spec_version: 290, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 14, diff --git a/runtime/turing/src/lib.rs b/runtime/turing/src/lib.rs index 34c151991..e81eaa458 100644 --- a/runtime/turing/src/lib.rs +++ b/runtime/turing/src/lib.rs @@ -167,7 +167,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("turing"), impl_name: create_runtime_str!("turing"), authoring_version: 1, - spec_version: 289, + spec_version: 290, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 14,