diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 15acd35..832e59d 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: 9, - impl_version: 9, + spec_version: 10, + impl_version: 10, apis: RUNTIME_API_VERSIONS, transaction_version: 2, };