From 55d6ca51940f0e33ebdaa6de1498d6c136918bf2 Mon Sep 17 00:00:00 2001 From: Geoff Hayes Date: Fri, 25 Jun 2021 12:34:52 -0700 Subject: [PATCH] Bump to m15 (#384) This patch bumps us up to m15, which was previously versioned at 14 by mistake. --- 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 6b424708..4c8a4c50 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -116,7 +116,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("gateway"), impl_name: create_runtime_str!("gateway"), authoring_version: 1, - spec_version: 14, + spec_version: 15, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,