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;