diff --git a/CHANGES.md b/CHANGES.md index 6b2f92d..82061be 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-availability_role Changes ------- -### Unreleased +### v3.10-r2 * 2021-02-05 - Move Moodle Plugin CI from Travis CI to Github actions diff --git a/version.php b/version.php index 9a7e84f..a341bfe 100644 --- a/version.php +++ b/version.php @@ -26,8 +26,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'availability_role'; -$plugin->version = 2021010900; -$plugin->release = 'v3.10-r1'; +$plugin->version = 2021010901; +$plugin->release = 'v3.10-r2'; $plugin->requires = 2020110900; $plugin->supported = [310, 310]; $plugin->maturity = MATURITY_STABLE;