From 7c0c29962d789f164011eb4fec9caeb3796b55c1 Mon Sep 17 00:00:00 2001 From: Alexander Bias Date: Tue, 29 Oct 2024 12:51:05 +0100 Subject: [PATCH] Release v4.4-r2 --- CHANGES.md | 2 +- version.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1c083cd..96dbe43 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,7 +4,7 @@ moodle-tool_redis Changes ------- -### Unreleased +### v4.4-r2 * 2024-10-29 - Replace Redis Stats GUI with the newer Valkey Stats GUI diff --git a/version.php b/version.php index 0215165..237d43f 100644 --- a/version.php +++ b/version.php @@ -25,8 +25,8 @@ defined('MOODLE_INTERNAL') || die(); $plugin->component = 'tool_redis'; -$plugin->version = 2024060100; -$plugin->release = 'v4.4-r1'; +$plugin->version = 2024060101; +$plugin->release = 'v4.4-r2'; $plugin->requires = 2024042200; $plugin->supported = [404, 404]; $plugin->maturity = MATURITY_STABLE;