Skip to content

Commit

Permalink
Update version.php bumped to 2.140
Browse files Browse the repository at this point in the history
  • Loading branch information
marcusgreen authored Apr 23, 2024
1 parent af01fb0 commit add1c8f
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,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();

$plugin->component = 'qtype_gapfill';
$plugin->version = 2024042200;
$plugin->version = 2024042300;
$plugin->requires = 2022040100; // Moodle 4.0.
$plugin->release = '2.139';
$plugin->release = '2.140';
$plugin->maturity = MATURITY_STABLE;

0 comments on commit add1c8f

Please sign in to comment.