diff --git a/CHANGES.md b/CHANGES.md index 94c2e12..43cac6e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_selfsignuphardlifecycle Changes ------- -### Unreleased +### v3.9-r2 * 2022-04-28 - Feature: Add possibility to override individual users. diff --git a/version.php b/version.php index e35c7b9..6d2a851 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_selfsignuphardlifecycle'; -$plugin->version = 2022030104; -$plugin->release = 'v3.9-r1'; +$plugin->version = 2022030105; +$plugin->release = 'v3.9-r2'; $plugin->requires = 2020061500; $plugin->supported = [39, 39]; $plugin->maturity = MATURITY_STABLE;