Bump mod version
This commit is contained in:
parent
a9a91d8e89
commit
ba2a2d9efe
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die('Direct access to this script is forbidden.');
|
||||
|
||||
$plugin->version = 2021112400; // The current module version (Date: YYYYMMDDXX).
|
||||
$plugin->version = 2021112401; // The current module version (Date: YYYYMMDDXX).
|
||||
$plugin->requires = 2021051700; // Requires this Moodle version (3.11).
|
||||
$plugin->cron = 0; // Period for cron to check this module (secs).
|
||||
$plugin->component = 'mod_htmlcert';
|
||||
|
|
Loading…
Reference in a new issue