From 15cd1140e6f2fb998e8a2e3b5c412fbaf25094d7 Mon Sep 17 00:00:00 2001 From: Furion <_@furion.me> Date: Thu, 28 Jul 2022 02:13:57 +0200 Subject: [PATCH] Init v10 --- runtime/src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, };