diff --git a/CHANGES.md b/CHANGES.md index 8a6c0a2..7c1f240 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_apcu Changes ------- -### Unreleased +### v4.3-r3 * 2024-08-11 - Add section for scheduled tasks to README * 2024-08-11 - Updated Moodle Plugin CI to latest upstream recommendations diff --git a/version.php b/version.php index cea51b6..ac7afd6 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_apcu'; -$plugin->version = 2023102005; -$plugin->release = 'v4.3-r2'; +$plugin->version = 2023102006; +$plugin->release = 'v4.3-r3'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;