Skip to content

Commit 0aaec6f

Browse files
committed
Bump version
1 parent 5ccc857 commit 0aaec6f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44

55
Note - All hash comments refer to the issue number. Eg. #169 refers to https://github.com/mdjnelson/moodle-mod_customcert/issues/169.
66

7-
## [4.2.2] - 2023-06-XX
7+
## [4.2.2] - 2023-06-08
88

99
### Fixed
1010

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 = 2023042401; // The current module version (Date: YYYYMMDDXX).
27+
$plugin->version = 2023042402; // 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.1"; // User-friendly version number.
33+
$plugin->release = "4.2.2"; // User-friendly version number.

0 commit comments

Comments
 (0)