From e81c0014894b4f6b02c45caba5eecd0e075e887a Mon Sep 17 00:00:00 2001 From: AAweidai Date: Mon, 28 Mar 2022 09:59:13 +0800 Subject: [PATCH] Bump sepc_version into 20 (#628) --- runtime/chainx/src/lib.rs | 2 +- runtime/dev/src/lib.rs | 2 +- runtime/malan/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/chainx/src/lib.rs b/runtime/chainx/src/lib.rs index 76a02e76e..4b71008d2 100644 --- a/runtime/chainx/src/lib.rs +++ b/runtime/chainx/src/lib.rs @@ -112,7 +112,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("chainx"), impl_name: create_runtime_str!("chainx-net"), authoring_version: 1, - spec_version: 19, + spec_version: 20, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 4, diff --git a/runtime/dev/src/lib.rs b/runtime/dev/src/lib.rs index 7a65cf2b3..d2c41f380 100644 --- a/runtime/dev/src/lib.rs +++ b/runtime/dev/src/lib.rs @@ -112,7 +112,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("chainx"), impl_name: create_runtime_str!("chainx-dev"), authoring_version: 1, - spec_version: 19, + spec_version: 20, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 4, diff --git a/runtime/malan/src/lib.rs b/runtime/malan/src/lib.rs index 2fdaab596..995247e41 100644 --- a/runtime/malan/src/lib.rs +++ b/runtime/malan/src/lib.rs @@ -112,7 +112,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("chainx"), impl_name: create_runtime_str!("chainx-malan"), authoring_version: 1, - spec_version: 19, + spec_version: 20, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 4,