diff --git a/CHANGES.md b/CHANGES.md index 983cb0a..2f17631 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_redis Changes ------- -### Unreleased +### v4.3-r3 * 2024-08-21 - Replace deprecated print_error() with moodle_exception. diff --git a/version.php b/version.php index 6aca9e0..144afa1 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_redis'; -$plugin->version = 2023102001; -$plugin->release = 'v4.3-r2'; +$plugin->version = 2023102002; +$plugin->release = 'v4.3-r3'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;