diff --git a/runtime/trappist/src/lib.rs b/runtime/trappist/src/lib.rs index ddbb1d67..aca83894 100644 --- a/runtime/trappist/src/lib.rs +++ b/runtime/trappist/src/lib.rs @@ -139,7 +139,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("trappist-rococo"), impl_name: create_runtime_str!("trappist-rococo"), authoring_version: 1, - spec_version: 10000, + spec_version: 10100, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3,