diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 50fc74a8..926cf3ad 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -204,7 +204,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("node-subspace"), impl_name: create_runtime_str!("node-subspace"), authoring_version: 1, - spec_version: 512, + spec_version: 513, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,