From c550278b3c998761ef161fd756df0fde5f887b5d Mon Sep 17 00:00:00 2001
From: Alexander Bias <bias@alexanderbias.de>
Date: Thu, 3 Nov 2022 21:27:07 +0100
Subject: [PATCH] Release v3.11-r4

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

diff --git a/CHANGES.md b/CHANGES.md
index 92ccfe6..1d625a4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_campus
 Changes
 -------
 
-### Unreleased
+### v3.11-r4
 
 * 2022-11-03 - Bugfix: Return Boost Campus favicon as moodle_url instead of string, solves #120.
 * 2022-07-10 - Add Capabilities section to README.md
diff --git a/version.php b/version.php
index 06b275b..f13d08d 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'theme_boost_campus';
-$plugin->version = 2021122802;
-$plugin->release = 'v3.11-r3';
+$plugin->version = 2021122803;
+$plugin->release = 'v3.11-r4';
 $plugin->requires = 2021051700;
 $plugin->supported = [311, 311];
 $plugin->maturity = MATURITY_STABLE;
-- 
GitLab