From e87cd39bc8471fabbba2c71d15dfdcaae7e27534 Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <heftig@archlinux.org>
Date: Mon, 31 Jul 2023 17:53:52 +0200
Subject: [PATCH] matrix: Update bridge to 1.0.1

---
 roles/matrix/tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/matrix/tasks/main.yml b/roles/matrix/tasks/main.yml
index aa608a319..d7171ce77 100644
--- a/roles/matrix/tasks/main.yml
+++ b/roles/matrix/tasks/main.yml
@@ -149,7 +149,7 @@
   git:
     repo: https://github.com/matrix-org/matrix-appservice-irc
     dest: /var/lib/synapse/matrix-appservice-irc
-    version: 1.0.0
+    version: 1.0.1
     force: true
   become: true
   become_user: synapse
-- 
GitLab