From 8e276aecb156ef6404d2a6df67115eedcbd83c90 Mon Sep 17 00:00:00 2001
From: Squirrel <gilescope@gmail.com>
Date: Thu, 10 Feb 2022 16:12:33 +0000
Subject: [PATCH] Bump collator version (#970)

Co-authored-by: Wilfried Kopp <wilfried@parity.io>
---
 cumulus/Cargo.lock                     | 2 +-
 cumulus/polkadot-parachains/Cargo.toml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cumulus/Cargo.lock b/cumulus/Cargo.lock
index 3cd19196e07..76878c42220 100644
--- a/cumulus/Cargo.lock
+++ b/cumulus/Cargo.lock
@@ -6828,7 +6828,7 @@ dependencies = [
 
 [[package]]
 name = "polkadot-collator"
-version = "5.1.0"
+version = "5.2.0"
 dependencies = [
  "assert_cmd",
  "async-trait",
diff --git a/cumulus/polkadot-parachains/Cargo.toml b/cumulus/polkadot-parachains/Cargo.toml
index d0d7c68c952..95a805a0c8b 100644
--- a/cumulus/polkadot-parachains/Cargo.toml
+++ b/cumulus/polkadot-parachains/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "polkadot-collator"
-version = "5.1.0"
+version = "5.2.0"
 authors = ["Parity Technologies <admin@parity.io>"]
 build = "build.rs"
 edition = "2021"
-- 
GitLab