diff --git a/version.php b/version.php index 7b433b5..3ca4cc7 100644 --- a/version.php +++ b/version.php @@ -24,8 +24,8 @@ defined('MOODLE_INTERNAL') || die; -$plugin->version = 2017051517; +$plugin->version = 2017051518; $plugin->requires = 2017051507.00; // Moodle 3.3.7 (Build: 20180517) and upwards. $plugin->component = 'tool_dataprivacy'; -$plugin->release = '33.7.0'; +$plugin->release = '33.8.0'; $plugin->maturity = MATURITY_STABLE;