Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
drachels committed Jan 18, 2023
1 parent d2c2d51 commit 2f1e651
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@

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

$plugin->version = 2023011700; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2023011800; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2018120300; // Requires Moodle 3.6.
$plugin->cron = 60; // Period for cron to check this module (secs).
$plugin->component = 'mod_mootyper';
$plugin->maturity = MATURITY_BETA;
$plugin->release = '4.2.2 (Build: 2023011700)';
$plugin->maturity = MATURITY_STALE;
$plugin->release = '4.2.2 (Build: 2023011800)';

0 comments on commit 2f1e651

Please sign in to comment.