Skip to content

Commit f851c94

Browse files
committed
Updated release to match version
1 parent 3759330 commit f851c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
defined('MOODLE_INTERNAL') || die();
2727

2828
$plugin->version = 2020021300; // The current plugin version (Date: YYYYMMDDXX).
29+
$plugin->release = 2020021300; // Same as version.
2930
$plugin->requires = 2018051708.05; // Requires MDL-60470 improvement.
3031
$plugin->component = 'tool_mfa';
31-
$plugin->release = 'v1.0';
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)