Skip to content

Commit

Permalink
MDL-78511 tool_mfa: Fix version for sms plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyatregubov committed Dec 14, 2023
1 parent d1024fa commit 10a8e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/mfa/factor/sms/version.php
Expand Up @@ -26,7 +26,7 @@

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

$plugin->version = 2023080300; // The current plugin version (Date: YYYYMMDDXX).
$plugin->version = 2023121400; // The current plugin version (Date: YYYYMMDDXX).
$plugin->requires = 2023042400.00; // Requires this Moodle version.
$plugin->component = 'factor_sms'; // Full name of the plugin (used for diagnostics).
$plugin->maturity = MATURITY_STABLE;

0 comments on commit 10a8e95

Please sign in to comment.