MDL-42425 assign: keep already bumped version.

This commit is contained in:
Eloy Lafuente (stronk7)
2013-12-20 03:40:58 +01:00
parent c7df8656be
commit 1f73779156
+1 -1
View File
@@ -25,7 +25,7 @@
defined('MOODLE_INTERNAL') || die();
$module->component = 'mod_assign'; // Full name of the plugin (used for diagnostics).
$module->version = 2013110500; // The current module version (Date: YYYYMMDDXX).
$module->version = 2013110501; // The current module version (Date: YYYYMMDDXX).
$module->requires = 2013110500; // Requires this Moodle version.
$module->cron = 60;