diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 7c230d2..4d1b289 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -231,8 +231,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("reef"), impl_name: create_runtime_str!("reef"), authoring_version: 1, - spec_version: 7, - impl_version: 7, + spec_version: 8, + impl_version: 8, apis: RUNTIME_API_VERSIONS, transaction_version: 1, };