From b801b18d0fa5d4b3d8be5ef3b65d06cfe1305cf3 Mon Sep 17 00:00:00 2001
From: TamaraGunkel <tamara.nrw@web.de>
Date: Tue, 26 Oct 2021 21:37:31 +0200
Subject: [PATCH] Update version.php

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

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