diff --git a/runtimes/bulletin-westend/src/lib.rs b/runtimes/bulletin-westend/src/lib.rs index 0f310a1f..1304a22c 100644 --- a/runtimes/bulletin-westend/src/lib.rs +++ b/runtimes/bulletin-westend/src/lib.rs @@ -184,7 +184,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: alloc::borrow::Cow::Borrowed("bulletin-westend"), impl_name: alloc::borrow::Cow::Borrowed("bulletin-westend"), authoring_version: 1, - spec_version: 1_000_001, + spec_version: 1_000_002, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,