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 dfa6d0e commit 40325cc
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 = 2024020400; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2024040200; // The current module version (Date: YYYYMMDDXX).
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.9.5.0';
$plugin->release = '3.9.5.1';
$plugin->requires = 2020061500; // Moodle 3.9.0.
$plugin->component = 'mod_checklist';
$plugin->supported = [39, 403];

0 comments on commit 40325cc

Please sign in to comment.