From ff3011c199f9059d020550c1559248a8598d744e Mon Sep 17 00:00:00 2001 From: Ashutosh Varma Date: Tue, 15 Aug 2023 10:20:14 +0530 Subject: [PATCH] chore: bump shibuya spec (#1003) --- runtime/shibuya/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/shibuya/src/lib.rs b/runtime/shibuya/src/lib.rs index 5891d44e95..8f70eee505 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -166,7 +166,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shibuya"), impl_name: create_runtime_str!("shibuya"), authoring_version: 1, - spec_version: 106, + spec_version: 107, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2,