diff --git a/Cargo.lock b/Cargo.lock index 5f29a7bef0f3..2ebbe1296fb1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11596,7 +11596,7 @@ dependencies = [ [[package]] name = "polkadot-cli" -version = "1.0.0" +version = "1.1.0" dependencies = [ "clap 4.4.2", "frame-benchmarking-cli", diff --git a/polkadot/cli/Cargo.toml b/polkadot/cli/Cargo.toml index c8c3f91f9835..4a36598fa43f 100644 --- a/polkadot/cli/Cargo.toml +++ b/polkadot/cli/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "polkadot-cli" description = "Polkadot Relay-chain Client Node" -version = "1.0.0" +version = "1.1.0" authors.workspace = true edition.workspace = true license.workspace = true