From bacebfbfb92a3fc5e9981ec21a9aee87f1e09638 Mon Sep 17 00:00:00 2001 From: Georgy Shepelev Date: Tue, 2 Aug 2022 11:00:39 +0400 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 307b04519bb..598f609d9b1 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -125,7 +125,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_name: create_runtime_str!("gear-node"), apis: RUNTIME_API_VERSIONS, authoring_version: 1, - spec_version: 1470, + spec_version: 1480, impl_version: 1, transaction_version: 1, state_version: 1,