From c1b7785e32ec9213d169eb367236d6ec799de8d6 Mon Sep 17 00:00:00 2001 From: Jun Pataleta Date: Fri, 7 Sep 2018 23:45:49 +0800 Subject: [PATCH] NOBUG Version bump for 34.8.0 release --- version.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.php b/version.php index e9bbac1..39ec7cd 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2017111316; +$plugin->version = 2017111317; $plugin->requires = 2017111304.00; // Moodle 3.4.4 (Build: 20180517) and upwards. $plugin->component = 'tool_dataprivacy'; -$plugin->release = '34.7.0'; +$plugin->release = '34.8.0'; $plugin->maturity = MATURITY_STABLE;