diff --git a/CHANGES.md b/CHANGES.md index 0e666f3..d510780 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_directsso Changes ------- -### Unreleased +### v4.1-r2 * 2024-11-23 - Make codechecker happy again diff --git a/version.php b/version.php index e3d50ab..5567b31 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_directsso'; -$plugin->version = 2022112800; -$plugin->release = 'v4.1-r1'; +$plugin->version = 2022112801; +$plugin->release = 'v4.1-r2'; $plugin->requires = 2022112800; $plugin->supported = [401, 401]; $plugin->maturity = MATURITY_STABLE;