diff --git a/version.php b/version.php index 68b3280..8b6a4d8 100644 --- a/version.php +++ b/version.php @@ -24,7 +24,7 @@ defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.'); -$plugin->version = 2016021900; // The current module version (Date: YYYYMMDDXX). +$plugin->version = 2016032200; // The current module version (Date: YYYYMMDDXX). $plugin->requires = 2015051100; // Requires this Moodle version (2.9). $plugin->cron = 0; // Period for cron to check this module (secs). $plugin->component = 'mod_customcert';