Skip to content

Commit

Permalink
Bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjnelson committed Oct 12, 2024
1 parent d12b1ab commit 42ba2c2
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('Direct access to this script is forbidden.');

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

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

0 comments on commit 42ba2c2

Please sign in to comment.