From a819da523cd890ce301aff6c80319350e5438f63 Mon Sep 17 00:00:00 2001 From: Edwin Wang Date: Wed, 11 May 2022 22:29:50 +0800 Subject: [PATCH] Bump version to v0.9.42 --- Cargo.lock | 2 +- node/cli/Cargo.toml | 2 +- runtime/bifrost-kusama/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9c25fd35f..90165cd74 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5550,7 +5550,7 @@ dependencies = [ [[package]] name = "node-cli" -version = "0.9.40" +version = "0.9.42" dependencies = [ "clap", "cumulus-client-cli", diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index b82878204..6f0d0d10c 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-cli" -version = "0.9.40" +version = "0.9.42" authors = ["Liebi Technologies "] description = "Bifrost Parachain Node" build = "build.rs" diff --git a/runtime/bifrost-kusama/src/lib.rs b/runtime/bifrost-kusama/src/lib.rs index 1bb85963a..48a846c19 100644 --- a/runtime/bifrost-kusama/src/lib.rs +++ b/runtime/bifrost-kusama/src/lib.rs @@ -140,7 +140,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("bifrost"), impl_name: create_runtime_str!("bifrost"), authoring_version: 1, - spec_version: 940, + spec_version: 942, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,