Skip to content

Commit 054c01b

Browse files
committed
Bump version
1 parent 381ee0f commit 054c01b

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 = 2023042402; // The current module version (Date: YYYYMMDDXX).
27+
$plugin->version = 2023101000; // The current module version (Date: YYYYMMDDXX).
2828
$plugin->requires = 2023042400; // Requires this Moodle version (4.2).
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.2.2"; // User-friendly version number.
33+
$plugin->release = "4.2.3"; // User-friendly version number.

0 commit comments

Comments
 (0)