From 83b90e41a6eae6d7de3ff9bfd5ae38c6ab010d8f Mon Sep 17 00:00:00 2001
From: Alexander Bias <abias@ssystems.de>
Date: Tue, 29 Oct 2024 12:54:46 +0100
Subject: [PATCH] Release v4.5-r1

---
 CHANGES.md  | 2 +-
 version.php | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 8fe8fa9..21cda31 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-tool_redis
 Changes
 -------
 
-### Unreleased
+### v4.5-r1
 
 * 2024-10-14 - Upgrade: Adopt changes from MDL-81960 and use new \core\url class
 * 2024-10-14 - Upgrade: Adopt changes from MDL-81920 and use new \core\lang_string class.
diff --git a/version.php b/version.php
index dbeff24..4993d63 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'tool_redis';
-$plugin->version = 2024060101;
-$plugin->release = 'v4.4-r2';
+$plugin->version = 2024100700;
+$plugin->release = 'v4.5-r1';
 $plugin->requires = 2024100700;
 $plugin->supported = [405, 405];
 $plugin->maturity = MATURITY_STABLE;