From 7ddbbb7fcdff75aae683c9f94f1fcd1fbbae8108 Mon Sep 17 00:00:00 2001 From: Bryan Chen Date: Tue, 23 Jun 2020 15:40:08 +1200 Subject: [PATCH] bump runtime 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 01bc164c..14d3785f 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -99,7 +99,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("laminar"), impl_name: create_runtime_str!("laminar"), authoring_version: 1, - spec_version: 200, + spec_version: 201, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,