Skip to content

Commit 9bb1cd2

Browse files
Fix version number
1 parent 2200fac commit 9bb1cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
defined('MOODLE_INTERNAL') || die;
2626

2727
$plugin->maturity = MATURITY_BETA;
28-
$plugin->version = 2020210100;
28+
$plugin->version = 2020012100;
2929
$plugin->component = 'tool_lifecycle';
3030
$plugin->requires = 2017111300; // Require Moodle 3.4 (or above).
3131
$plugin->release = 'v3.8-r2';

0 commit comments

Comments
 (0)