From 30a778267eae694ef7176e80ad0b0feae6c5dacd Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Tue, 29 Oct 2024 12:51:09 +0100 Subject: [PATCH] Release v4.3-r4 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c0ee27a..75f7992 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_redis Changes ------- -### Unreleased +### v4.3-r4 * 2024-10-29 - Replace Redis Stats GUI with the newer Valkey Stats GUI diff --git a/version.php b/version.php index 144afa1..08ceb16 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_redis'; -$plugin->version = 2023102002; -$plugin->release = 'v4.3-r3'; +$plugin->version = 2023102003; +$plugin->release = 'v4.3-r4'; $plugin->requires = 2023100900; $plugin->supported = [403, 403]; $plugin->maturity = MATURITY_STABLE;