diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock index d67e40fd65..8e30e9902c 100644 --- a/cumulus/Cargo.lock +++ b/cumulus/Cargo.lock @@ -7399,7 +7399,7 @@ dependencies = [ [[package]] name = "polkadot-collator" -version = "5.3.0" +version = "5.4.0" dependencies = [ "assert_cmd", "async-trait", diff --git a/cumulus/polkadot-parachains/Cargo.toml b/cumulus/polkadot-parachains/Cargo.toml index c9926de240..ee0ec22e7f 100644 --- a/cumulus/polkadot-parachains/Cargo.toml +++ b/cumulus/polkadot-parachains/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-collator" -version = "5.3.0" +version = "5.4.0" authors = ["Parity Technologies "] build = "build.rs" edition = "2021"