From c49fdf90a47943a19d19b81d77eb1de19804443e Mon Sep 17 00:00:00 2001
From: Nick Thomas <nick@gitlab.com>
Date: Tue, 1 Sep 2020 13:28:04 +0100
Subject: [PATCH] Update Workhorse to v8.44.0

---
 GITLAB_WORKHORSE_VERSION                   | 2 +-
 changelogs/unreleased/workhorse-8-44-0.yml | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)
 create mode 100644 changelogs/unreleased/workhorse-8-44-0.yml

diff --git a/GITLAB_WORKHORSE_VERSION b/GITLAB_WORKHORSE_VERSION
index abf9e41f0531d..606159a47ace1 100644
--- a/GITLAB_WORKHORSE_VERSION
+++ b/GITLAB_WORKHORSE_VERSION
@@ -1 +1 @@
-8.42.1
+8.44.0
diff --git a/changelogs/unreleased/workhorse-8-44-0.yml b/changelogs/unreleased/workhorse-8-44-0.yml
new file mode 100644
index 0000000000000..1d96fe226a63e
--- /dev/null
+++ b/changelogs/unreleased/workhorse-8-44-0.yml
@@ -0,0 +1,5 @@
+---
+title: Update Workhorse to v8.44.0
+merge_request: 40970
+author:
+type: other
-- 
GitLab