From b61e3e0caa91244e76174aa1f39167a2dd399cc3 Mon Sep 17 00:00:00 2001 From: Edwin Wang Date: Fri, 15 Oct 2021 11:43:36 +0800 Subject: [PATCH] bump version to v0.9.4 --- 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 b51efc7f2..bc09835f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5298,7 +5298,7 @@ dependencies = [ [[package]] name = "node-cli" -version = "0.9.3" +version = "0.9.4" dependencies = [ "cumulus-client-cli", "cumulus-client-service", diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index 0880f8e63..e9da2bb64 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.4" 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 0f4c39350..e620a9831 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: 904, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1,