Skip to content

Commit

Permalink
Bumped version number for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
ndunand committed Apr 8, 2021
1 parent 8bc0beb commit 9dea144
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 @@ -26,10 +26,10 @@

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

$plugin->version = 2020121900;
$plugin->version = 2021040800;
$plugin->requires = 2018051700; // Moodle 3.5
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.21 for Moodle 3.5-3.10 (Build: 2020121900)';
$plugin->release = '1.22 for Moodle 3.5-3.10 (Build: 2021040800)';

$plugin->component = 'mod_choicegroup';
$plugin->cron = 0;
Expand Down

0 comments on commit 9dea144

Please sign in to comment.