From 0b2de8a71dc6af99fdf057e41a847dfc23282e66 Mon Sep 17 00:00:00 2001 From: TamaraGunkel Date: Mon, 20 Dec 2021 12:54:59 +0100 Subject: [PATCH] Update version.php --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index 30ad83a..1190f0a 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_opencast'; -$plugin->release = 'v3.11-r5'; // Fifth release under Moodle 3.11. -$plugin->version = 2021120100; +$plugin->release = 'v3.11-r6'; // Fifth release under Moodle 3.11. +$plugin->version = 2021122000; $plugin->requires = 2017051500; $plugin->maturity = MATURITY_STABLE;