diff --git a/version.php b/version.php index ef2995e..b986d7b 100644 --- a/version.php +++ b/version.php @@ -27,10 +27,10 @@ defined('MOODLE_INTERNAL') || die(); -$plugin->version = 2020100901; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2020101500; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2015111600; // Requires Moodle 3.0 version. $plugin->cron = 60; // Period for cron to check this module (secs). $plugin->component = 'mod_diary'; $plugin->maturity = MATURITY_STABLE; -$plugin->release = '2.0.1 (Build: 2020100901)'; // User-friendly version number. +$plugin->release = '2.1.0 (Build: 2020101500)'; // User-friendly version number.