Skip to content

Commit

Permalink
Update the version number for the 4.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed May 5, 2022
1 parent b4f09ac commit a7f0248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

$plugin->component = 'mod_studentquiz';
$plugin->version = 2022011702;
$plugin->release = 'v4.5.0';
$plugin->release = 'v4.6.0';
$plugin->requires = 2020061500; // Version MOODLE_3.9, 3.9.0+.
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0;

0 comments on commit a7f0248

Please sign in to comment.