Skip to content

Commit 7431bd6

Browse files
committed
Bumped version
1 parent 035ab58 commit 7431bd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424

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

27-
$plugin->version = 2024042205; // The current module version (Date: YYYYMMDDXX).
27+
$plugin->version = 2024042206; // The current module version (Date: YYYYMMDDXX).
2828
$plugin->requires = 2024042200; // Requires this Moodle version (4.4).
2929
$plugin->cron = 0; // Period for cron to check this module (secs).
3030
$plugin->component = 'mod_customcert';
3131

3232
$plugin->maturity = MATURITY_STABLE;
33-
$plugin->release = "4.4.1"; // User-friendly version number.
33+
$plugin->release = "4.4.2"; // User-friendly version number.

0 commit comments

Comments
 (0)