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 May 17, 2021
1 parent 1240d8b commit 76e094e
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 = 2021041900;
$plugin->version = 2021051600;
$plugin->requires = 2018051700; // Moodle 3.5
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.23 for Moodle 3.5-3.10 (Build: 2021041900)';
$plugin->release = '1.30 for Moodle 3.5-3.11 (Build: 2021051600)';

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

0 comments on commit 76e094e

Please sign in to comment.