From 33d46ec21bc910ca8ba5655bb1a788f490511cce Mon Sep 17 00:00:00 2001
From: Kathrin Osswald <kathrin.osswald@uni-ulm.de>
Date: Wed, 12 Feb 2020 07:31:41 +0100
Subject: [PATCH] Release v3.7-r4

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

diff --git a/CHANGES.md b/CHANGES.md
index 7d7734e..28e8a9e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_campus
 Changes
 -------
 
-### Unreleased
+### Release v3.7-r4
 
 * 2020-02-11 - Re-ordered in course course settings to be displayed within the course header.
 * 2020-02-07 - Added missing information to README.md for the changes to the activity navigation links.
diff --git a/version.php b/version.php
index dba3bbd..158a399 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'theme_boost_campus';
-$plugin->version = 2019111300;
-$plugin->release = 'v3.7-r3';
+$plugin->version = 2020021200;
+$plugin->release = 'v3.7-r4';
 $plugin->requires = 2019052000.05;
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('theme_boost' => 2019052000);
-- 
GitLab