Skip to content

Commit

Permalink
Fix incorrect version number
Browse files Browse the repository at this point in the history
  • Loading branch information
davosmith authored Apr 3, 2024
1 parent 0d1c459 commit 73051da
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 @@ -23,9 +23,9 @@

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

$plugin->version = 2024020401; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2024040201; // The current module version (Date: YYYYMMDDXX).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '4.1.0.0';
$plugin->release = '4.1.0.1';
$plugin->requires = 2022112800; // Moodle 4.1.0.
$plugin->component = 'mod_checklist';
$plugin->supported = [401, 404];

0 comments on commit 73051da

Please sign in to comment.