Skip to content

Commit a202493

Browse files
committed
Bumped version
1 parent 2c0b4f0 commit a202493

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 = 2024042211; // The current module version (Date: YYYYMMDDXX).
27+
$plugin->version = 2024042212; // 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.5"; // User-friendly version number.
33+
$plugin->release = "4.4.6"; // User-friendly version number.

0 commit comments

Comments
 (0)