Skip to content
Snippets Groups Projects
Unverified Commit fcfc1fde authored by TamaraGunkel's avatar TamaraGunkel Committed by GitHub
Browse files

Fix release version number

parent 782db1ae
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die(); defined('MOODLE_INTERNAL') || die();
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v3.11-r1'; $plugin->release = 'v3.11-r2';
$plugin->version = 2021101901; // The current plugin version (Date: YYYYMMDDXX). $plugin->version = 2021101901; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2020061500; // Requires this Moodle version. $plugin->requires = 2020061500; // Requires this Moodle version.
$plugin->component = 'filter_opencast'; // Full name of the plugin. $plugin->component = 'filter_opencast'; // Full name of the plugin.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment