Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaraGunkel authored Sep 12, 2021
1 parent 5519b7a commit 4831932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2021060400; // The current plugin version (Date: YYYYMMDDXX)
$plugin->version = 2021091200; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2015050500; // Requires this Moodle version
$plugin->component = 'repository_opencast'; // Full name of the plugin (used for diagnostics).
$plugin->dependencies = array('tool_opencast' => 2021060400);
$plugin->dependencies = array('tool_opencast' => 2021091200);

0 comments on commit 4831932

Please sign in to comment.