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,