diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 3f7f22fc..da567a1a 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -177,10 +177,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("soonsocial-parachain"), impl_name: create_runtime_str!("soonsocial-parachain"), authoring_version: 1, - spec_version: 3601, + spec_version: 4001, impl_version: 0, apis: RUNTIME_API_VERSIONS, - transaction_version: 11, + transaction_version: 12, state_version: 0, };