diff --git a/CHANGES.md b/CHANGES.md index 34de9f9..0abaa60 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-local_profilecohort Changes ------- -### Unreleased +### v4.2-r3 * 2024-08-20 - Remove duplicate header on overview page. diff --git a/version.php b/version.php index e2942e1..02554ef 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'local_profilecohort'; -$plugin->version = 2023090101; -$plugin->release = 'v4.2-r2'; +$plugin->version = 2023090102; +$plugin->release = 'v4.2-r3'; $plugin->requires = 2023042400; $plugin->supported = [402, 402]; $plugin->maturity = MATURITY_STABLE;