From 8458249753b2f2e10e65dac996841308c284c1c8 Mon Sep 17 00:00:00 2001
From: Kathrin Osswald <kathrin.osswald@uni-ulm.de>
Date: Wed, 25 Mar 2020 10:20:09 +0100
Subject: [PATCH] Release v3.8-r1

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

diff --git a/CHANGES.md b/CHANGES.md
index 1c3f816..18c1666 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_campus_child
 Changes
 -------
 
-### Unreleased
+### v3.8-r1
 
 * 2020-03-25 - Prepare compatibility for Moodle 3.8.
 
diff --git a/version.php b/version.php
index 0d520b8..6757b21 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'theme_boost_campus_child';
-$plugin->version = 2019092700;
-$plugin->release = 'v3.7-r1';
+$plugin->version = 2020022500;
+$plugin->release = 'v3.8-r1';
 $plugin->requires = 2019111800;
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('theme_boost' => 2019111800, 'theme_boost_campus' => 2020032400);
-- 
GitLab