Skip to content

Commit 15414a1

Browse files
committed
Update version date for upcoming release 2.1.0
1 parent 0f58dea commit 15414a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626

2727
$plugin = new stdClass();
2828

29-
$plugin->version = 2019052800;
30-
$plugin->release = '2.1.0-beta';
29+
$plugin->version = 2019052900;
30+
$plugin->release = '2.1.0';
3131
$plugin->requires = 2018120300;
32-
$plugin->maturity = MATURITY_BETA;
32+
$plugin->maturity = MATURITY_STABLE;
3333
$plugin->component = 'tool_moodlebox';

0 commit comments

Comments
 (0)