Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danmarsden authored Feb 7, 2024
1 parent 2b300af commit 000d1de
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@

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

$plugin->version = 2022102900; // The current module version.
$plugin->version = 2023020800; // The current module version.
$plugin->release = '2023020800';
$plugin->requires = 2021091700; // Requires 4.0.
$plugin->component = 'mod_reengagement';
$plugin->release = '4.2';
$plugin->maturity = MATURITY_STABLE;
$plugin->cron = 0; // Now uses a scheduled task.
$plugin->supported = [400, 400];
$plugin->supported = [400, 403];

0 comments on commit 000d1de

Please sign in to comment.