Skip to content

Commit

Permalink
MDL-64884 auth_mnet: Version bump
Browse files Browse the repository at this point in the history
andrewnicols committed Mar 7, 2019
1 parent 5c30abc commit 1eb1087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth/mnet/version.php
Original file line number Diff line number Diff line change
@@ -24,6 +24,6 @@

defined('MOODLE_INTERNAL') || die();

$plugin->version = 2018120301; // The current plugin version (Date: YYYYMMDDXX)
$plugin->version = 2019030700; // The current plugin version (Date: YYYYMMDDXX)
$plugin->requires = 2018112800; // Requires this Moodle version
$plugin->component = 'auth_mnet'; // Full name of the plugin (used for diagnostics)

0 comments on commit 1eb1087

Please sign in to comment.