diff --git a/CHANGES.md b/CHANGES.md index dae24ec..ef35695 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_selfsignuphardlifecycle Changes ------- -### Unreleased +### v4.2-r1 * 2024-07-28 - Prepare compatibility for Moodle 4.2. diff --git a/version.php b/version.php index 2ce70bc..bb44e97 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_selfsignuphardlifecycle'; -$plugin->version = 2022112800; -$plugin->release = 'v4.1-r1'; +$plugin->version = 2023042400; +$plugin->release = 'v4.2-r1'; $plugin->requires = 2023042400; $plugin->supported = [402, 402]; $plugin->maturity = MATURITY_STABLE;