diff --git a/CHANGES.md b/CHANGES.md index 2a164e0..fb681fd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-availability_cohort Changes ------- -### Unreleased +### v4.4-r2 * 2024-10-27 - Tests: Call parent setup() function when instantiating PHPUnit tests. diff --git a/version.php b/version.php index e15fd3b..a808656 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'availability_cohort'; -$plugin->version = 2024060100; -$plugin->release = 'v4.4-r1'; +$plugin->version = 2024060101; +$plugin->release = 'v4.4-r2'; $plugin->requires = 2024042200; $plugin->supported = [404, 404]; $plugin->maturity = MATURITY_STABLE;