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 10, 2019
1 parent 62d57a8 commit 8880a58
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 = 2018070900;
$plugin->version = 2019051000;
$plugin->requires = 2014050800; // Moodle 2.7
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.15 for Moodle 2.7-3.5 (Build: 2018070900)';
$plugin->release = '1.16 for Moodle 2.7-3.7 (Build: 2019051000)';

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

0 comments on commit 8880a58

Please sign in to comment.