diff --git a/CHANGES.md b/CHANGES.md index 28ce76f..cfd7ac0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-availability_cohort Changes ------- -### Unreleased +### v4.1-r6 * 2024-10-27 - Release: Revert a stale YUI module build which sneaked into v4.1-r5 unfortunately. diff --git a/version.php b/version.php index 4d0a4fa..285a099 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'availability_cohort'; -$plugin->version = 2023010504; -$plugin->release = 'v4.1-r5'; +$plugin->version = 2023010505; +$plugin->release = 'v4.1-r6'; $plugin->requires = 2022112800; $plugin->supported = [401, 401]; $plugin->maturity = MATURITY_STABLE;