Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed May 27, 2024
1 parent 9ceb239 commit a935cd5
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 @@ -24,10 +24,10 @@

defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');

$plugin->version = 2023042408; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2023042400; // Requires this Moodle version (4.2).
$plugin->version = 2024042200; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2024042200; // Requires this Moodle version (4.4).
$plugin->cron = 0; // Period for cron to check this module (secs).
$plugin->component = 'mod_customcert';

$plugin->maturity = MATURITY_STABLE;
$plugin->release = "4.2.5"; // User-friendly version number.
$plugin->release = "4.4.0"; // User-friendly version number.

0 comments on commit a935cd5

Please sign in to comment.