diff --git a/CHANGES.md b/CHANGES.md index c74fb87..66b7b1d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-enrol_semco Changes ------- -### Unreleased +### v4.1-r7 * 2024-09-23 - Documentation: Add a note about the removal of the local/recompletion:resetmycompletion capability to README.md * 2024-07-19 - Release: Remove Boost Union theme from Moodle-Plugin-CI config which was clearly wrong diff --git a/version.php b/version.php index 0e22e1b..93f1bab 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'enrol_semco'; -$plugin->version = 2022112815; -$plugin->release = 'v4.1-r6'; +$plugin->version = 2022112816; +$plugin->release = 'v4.1-r7'; $plugin->requires = 2022112800; $plugin->supported = [401, 401]; $plugin->maturity = MATURITY_STABLE;