From fb68543f55b08625b1154f43c1a84600175b20b8 Mon Sep 17 00:00:00 2001 From: TamaraGunkel Date: Sun, 20 Mar 2022 18:03:48 +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 3fc97cb..22193f3 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_opencast'; -$plugin->release = 'v3.11-r7'; // Seventh release under Moodle 3.11. -$plugin->version = 2022030802; +$plugin->release = 'v3.11-r8'; +$plugin->version = 2022032000; $plugin->requires = 2017051500; $plugin->maturity = MATURITY_STABLE;