diff --git a/version.php b/version.php index bb9b132..190fdef 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_opencast'; -$plugin->release = 'v4.5-r2'; -$plugin->version = 2024111101; +$plugin->release = 'v4.5-r3'; +$plugin->version = 2024111102; $plugin->requires = 2024100700; // Requires Moodle 4.5+. $plugin->supported = [405, 405]; $plugin->maturity = MATURITY_STABLE;