Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
  • Loading branch information
drachels committed Apr 10, 2024
1 parent c22f0f3 commit 315a646
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 @@ -24,10 +24,10 @@
*/
defined('MOODLE_INTERNAL') || die();

$plugin->version = 2024020202; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2024020203; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2019052000; // Requires Moodle 3.7 version.
$plugin->cron = 60; // Period for cron to check this module (secs).
$plugin->component = 'mod_diary';
$plugin->maturity = MATURITY_STABLE;
$plugin->release = '3.7.8 (Build: 2024020202)'; // User-friendly version number.
$plugin->release = '3.7.8+ (Build: 2024020203)'; // User-friendly version number.
$plugin->supported = [37, 403];

0 comments on commit 315a646

Please sign in to comment.