From 9be3d88165d07bec02303f830ad6078a18d0b8a7 Mon Sep 17 00:00:00 2001 From: Honza Date: Thu, 9 Jan 2025 22:34:58 +0100 Subject: [PATCH] feat: bump spec version --- runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index 14b3b6f..b0c3261 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -39,7 +39,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("torus-runtime"), impl_name: create_runtime_str!("torus-runtime"), authoring_version: 1, - spec_version: 1, + spec_version: 2, impl_version: 1, apis: apis::RUNTIME_API_VERSIONS, transaction_version: 1,