From 148ce13f787bf045187bd9d9c9280c99bec3e46f Mon Sep 17 00:00:00 2001
From: Kathrin Osswald <kathrin.osswald@uni-ulm.de>
Date: Fri, 5 Jul 2019 12:57:41 +0200
Subject: [PATCH] Release v3.7-r2

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

diff --git a/CHANGES.md b/CHANGES.md
index af0d8dd..65db478 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_campus
 Changes
 -------
 
-### Unreleased
+### Release v3.7-r2
 
 * 2019-06-21 - Removed SCSS fix because MDL-61319 has now been fixed and integrated.
 * 2019-06-11 - Added hide_if function to suitable admin setting incoursesettingsswitchtoroleposition and corrected README.md.
diff --git a/version.php b/version.php
index 9d420d0..98a5e67 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'theme_boost_campus';
-$plugin->version = 2019060400;
-$plugin->release = 'v3.7-r1';
+$plugin->version = 2019070500;
+$plugin->release = 'v3.7-r2';
 $plugin->requires = 2019052000.05;
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('theme_boost' => 2019052000);
-- 
GitLab