mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-68913 mod_assign: fix behat failure & version number
This commit is contained in:
parent
3da8ea4699
commit
f94f9f875d
3 changed files with 5 additions and 4 deletions
|
@ -25,5 +25,5 @@
|
|||
defined('MOODLE_INTERNAL') || die();
|
||||
|
||||
$plugin->component = 'mod_assign'; // Full name of the plugin (used for diagnostics).
|
||||
$plugin->version = 2021110900; // The current module version (Date: YYYYMMDDXX).
|
||||
$plugin->version = 2021110901; // The current module version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2021052500; // Requires this Moodle version.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue