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;