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 3d4eaa6 commit a278069
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 = 2023100906; // The current module version (Date: YYYYMMDDXX).
$plugin->version = 2023100907; // The current module version (Date: YYYYMMDDXX).
$plugin->requires = 2023100900; // Requires this Moodle version (4.3).
$plugin->cron = 0; // Period for cron to check this module (secs).
$plugin->component = 'mod_customcert';

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

0 comments on commit a278069

Please sign in to comment.