From 931b27318ec7934a84cc63ef9c25bc2027091483 Mon Sep 17 00:00:00 2001
From: Alexander Bias <bias@alexanderbias.de>
Date: Wed, 5 Jan 2022 22:19:19 +0100
Subject: [PATCH] Release v3.11-r1

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

diff --git a/CHANGES.md b/CHANGES.md
index b8f4492..e52e746 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_campus
 Changes
 -------
 
-### Unreleased
+### v3.11-r1
 
 * 2021-12-28 - Adjust loginform.mustache and help_icon.mustache templates after upstream changes in MDL-70721.
 * 2021-12-08 - Prepare compatibility for Moodle 3.11.
diff --git a/version.php b/version.php
index e61150a..a6abe97 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'theme_boost_campus';
-$plugin->version = 2020112808;
-$plugin->release = 'v3.10-r9';
+$plugin->version = 2021122800;
+$plugin->release = 'v3.11-r1';
 $plugin->requires = 2021051700;
 $plugin->supported = [311, 311];
 $plugin->maturity = MATURITY_STABLE;
-- 
GitLab