From 368c651996ed8a71332599e77b8a9f9f39fcbc54 Mon Sep 17 00:00:00 2001 From: Honza <115138297+Supremesource@users.noreply.github.com> Date: Thu, 5 Dec 2024 13:08:41 -0300 Subject: [PATCH] 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 50fc74a8..926cf3ad 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -204,7 +204,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("node-subspace"), impl_name: create_runtime_str!("node-subspace"), authoring_version: 1, - spec_version: 512, + spec_version: 513, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,