diff --git a/CHANGES.md b/CHANGES.md index 1f5a740..b3b5975 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_redis Changes ------- -### Unreleased +### v4.1-r5 * 2024-08-21 - Replace deprecated print_error() with moodle_exception. diff --git a/version.php b/version.php index 4eddc96..8995b4f 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_redis'; -$plugin->version = 2023010503; -$plugin->release = 'v4.1-r4'; +$plugin->version = 2023010504; +$plugin->release = 'v4.1-r5'; $plugin->requires = 2022112800; $plugin->supported = [401, 401]; $plugin->maturity = MATURITY_STABLE;