From 8caa626d8f982d87f3ec170753739c3b0a8cb2f2 Mon Sep 17 00:00:00 2001 From: Edwin Wang Date: Tue, 19 Oct 2021 17:51:42 +0800 Subject: [PATCH] bump version to 0.9.6 --- Cargo.lock | 2 +- node/cli/Cargo.toml | 2 +- runtime/bifrost/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3f9c6abce1..5611c4b4c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5132,7 +5132,7 @@ dependencies = [ [[package]] name = "node-cli" -version = "0.9.3" +version = "0.9.6" dependencies = [ "cumulus-client-cli", "cumulus-client-service", diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index c657adf7c8..1f5972284b 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-cli" -version = "0.9.3" +version = "0.9.6" authors = ["Liebi Technologies "] description = "Bifrost Parachain Node" build = "build.rs" diff --git a/runtime/bifrost/src/lib.rs b/runtime/bifrost/src/lib.rs index a3c60a3a5b..9d0217a663 100644 --- a/runtime/bifrost/src/lib.rs +++ b/runtime/bifrost/src/lib.rs @@ -133,7 +133,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("bifrost"), impl_name: create_runtime_str!("bifrost"), authoring_version: 1, - spec_version: 903, + spec_version: 906, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,