diff --git a/version.php b/version.php index f2173ee..aacff56 100644 --- a/version.php +++ b/version.php @@ -25,7 +25,7 @@ defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.'); $plugin->version = 2018051700; // The current module version (Date: YYYYMMDDXX). -$plugin->requires = 2018051700; // Requires this Moodle version (3.4). +$plugin->requires = 2018051700; // Requires this Moodle version (3.5). $plugin->cron = 0; // Period for cron to check this module (secs). $plugin->component = 'mod_customcert';