diff --git a/CHANGES.md b/CHANGES.md index 3f3c663..bdcd74f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-availability_cohort Changes ------- -### Unreleased +### v4.3-r5 * 2024-10-27 - Release: Revert a stale YUI module build which sneaked into v4.3-r4 unfortunately. diff --git a/version.php b/version.php index 71e05e9..7bed3af 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'availability_cohort'; -$plugin->version = 2023102003; -$plugin->release = 'v4.3-r4'; +$plugin->version = 2023102004; +$plugin->release = 'v4.3-r5'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;