From cbc6abaa9254bdc744edf3aabbf9dbb472622d3c Mon Sep 17 00:00:00 2001
From: Alexander Bias <bias@alexanderbias.de>
Date: Thu, 6 Jan 2022 13:17:51 +0100
Subject: [PATCH] Release v3.11-r2

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

diff --git a/CHANGES.md b/CHANGES.md
index 968f814..3c41e03 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_campus
 Changes
 -------
 
-### Unreleased
+### v3.11-r2
 
 * 2022-01-06 - Improvement: Add frontpage support for infobanner - Thanks to Melanie Treitinger.
 * 2022-01-06 - Improvement: Profile button with "editadvanced" link for users with capability 'moodle/user:update' - Thanks to Melanie Treitinger.
diff --git a/version.php b/version.php
index a6abe97..64a2314 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'theme_boost_campus';
-$plugin->version = 2021122800;
-$plugin->release = 'v3.11-r1';
+$plugin->version = 2021122801;
+$plugin->release = 'v3.11-r2';
 $plugin->requires = 2021051700;
 $plugin->supported = [311, 311];
 $plugin->maturity = MATURITY_STABLE;
-- 
GitLab