mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-55740 mod_assign: bump version
This commit is contained in:
parent
b885488c02
commit
5e0e9f3674
1 changed files with 1 additions and 1 deletions
|
@ -25,6 +25,6 @@
|
||||||
defined('MOODLE_INTERNAL') || die();
|
defined('MOODLE_INTERNAL') || die();
|
||||||
|
|
||||||
$plugin->component = 'mod_assign'; // Full name of the plugin (used for diagnostics).
|
$plugin->component = 'mod_assign'; // Full name of the plugin (used for diagnostics).
|
||||||
$plugin->version = 2016070403; // The current module version (Date: YYYYMMDDXX).
|
$plugin->version = 2016100300; // The current module version (Date: YYYYMMDDXX).
|
||||||
$plugin->requires = 2016051900; // Requires this Moodle version.
|
$plugin->requires = 2016051900; // Requires this Moodle version.
|
||||||
$plugin->cron = 60;
|
$plugin->cron = 60;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue