From fcfc1fde4bbe2aa9389fdc37afbe3d54ed923372 Mon Sep 17 00:00:00 2001
From: TamaraGunkel <tamara.nrw@web.de>
Date: Wed, 12 Jan 2022 11:03:45 +0100
Subject: [PATCH] Fix release version number

---
 version.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/version.php b/version.php
index 24dc816..03537e4 100644
--- a/version.php
+++ b/version.php
@@ -25,7 +25,7 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->maturity = MATURITY_STABLE;
-$plugin->release   = 'v3.11-r1';
+$plugin->release   = 'v3.11-r2';
 $plugin->version = 2021101901;        // The current plugin version (Date: YYYYMMDDXX).
 $plugin->requires = 2020061500;        // Requires this Moodle version.
 $plugin->component = 'filter_opencast'; // Full name of the plugin.
-- 
GitLab