Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
drachels committed Dec 10, 2023
1 parent ec5d53a commit 7f6cb0f
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 @@ -26,10 +26,10 @@

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

$plugin->version = 2023120600; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2023121000; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2021051700; // Requires Moodle 3.11.
$plugin->cron = 60; // Period for cron to check this module (secs).
$plugin->component = 'mod_mootyper';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '4.2.5 (Build: 2023120600)';
$plugin->release = '4.2.6 (Build: 2023121000)';
$plugin->supported = [311, 403];

0 comments on commit 7f6cb0f

Please sign in to comment.