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 Nov 13, 2024
1 parent d3b7393 commit f02053e
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,9 +25,9 @@

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

$plugin->version = 2024092600;
$plugin->version = 2024111300;
$plugin->requires = 2023100900; // Moodle 4.3.
$plugin->supported = [403, 405];
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '1.47 for Moodle 4.3-4.5 (Build: 2024080801)';
$plugin->release = '1.47 for Moodle 4.3-4.5 (Build: 2024111300)';
$plugin->component = 'mod_choicegroup';

0 comments on commit f02053e

Please sign in to comment.