MDL-30674 enrol_guest: version bump in case it's needed for something

This commit is contained in:
Eloy Lafuente (stronk7) 2015-10-23 13:31:59 +02:00
parent 2ee8636553
commit e326fbeea2

View File

@ -24,6 +24,6 @@
defined('MOODLE_INTERNAL') || die();
$plugin->version = 2015051100; // The current plugin version (Date: YYYYMMDDXX)
$plugin->version = 2015102300; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2015050500; // Requires this Moodle version
$plugin->component = 'enrol_guest'; // Full name of the plugin (used for diagnostics)