Bump version
This commit is contained in:
parent
8bcd3d18c2
commit
afc5ec3e3f
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
|||
|
||||
defined('MOODLE_INTERNAL') || die;
|
||||
|
||||
$plugin->version = 2016081600; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->release = 2016081600; // Match release exactly to version.
|
||||
$plugin->version = 2016082700; // The current plugin version (Date: YYYYMMDDXX)
|
||||
$plugin->release = 2016082700; // Match release exactly to version.
|
||||
$plugin->requires = 2015051100; // Requires this Moodle version.
|
||||
$plugin->component = 'auth_userkey'; // Full name of the plugin (used for diagnostics).
|
||||
$plugin->maturity = MATURITY_STABLE;
|
||||
|
|
Loading…
Reference in a new issue