diff --git a/CHANGES.md b/CHANGES.md
index 1563eae58f4e52fa18629c7e12c32a08396f6ebb..05dfd2e23d4de5581dd18d33cdf0522f05257e6a 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -4,7 +4,7 @@ moodle-theme_boost_campus
 Changes
 -------
 
-### Unreleased
+### v3.10-r6
 
 * 2021-04-20 - Adjusted footer.mustache due to upstream changes in theme Boost core (MDL-70173).
 
diff --git a/version.php b/version.php
index 1dc167fad7fe6be6af0cbfdf50eb7fe8ce8e5b1a..9606e7bc89a04861551c1c79353c827e8ebdd0e4 100644
--- a/version.php
+++ b/version.php
@@ -25,8 +25,8 @@
 defined('MOODLE_INTERNAL') || die();
 
 $plugin->component = 'theme_boost_campus';
-$plugin->version = 2020112804;
-$plugin->release = 'v3.10-r5';
+$plugin->version = 2020112805;
+$plugin->release = 'v3.10-r6';
 $plugin->requires = 2020110900;
 $plugin->supported = [310, 310];
 $plugin->maturity = MATURITY_STABLE;