Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TamaraGunkel authored May 14, 2021
1 parent a955d12 commit 9a9f10a
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 @@ -24,8 +24,8 @@

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

$plugin->version = 2020090700; // The current plugin version (Date: YYYYMMDDXX)
$plugin->version = 2021051400; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2019052000; // Requires this Moodle version
$plugin->component = 'local_chunkupload'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = 'v3.9-r2'; // First release for Moodle 3.9.
$plugin->release = 'v3.11-r1'; // First release for Moodle 3.11.

0 comments on commit 9a9f10a

Please sign in to comment.