Skip to content

Commit 19ee572

Browse files
committed
Update supported Moodle version
- See issue #124.
1 parent 5059e1d commit 19ee572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

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

2727
$plugin = new stdClass();
2828

29-
$plugin->version = 2023100100;
29+
$plugin->version = 2023100101;
3030
$plugin->release = '2.17.0';
3131
$plugin->requires = 2018120300;
32-
$plugin->supported = [36, 420];
32+
$plugin->supported = [36, 430];
3333
$plugin->maturity = MATURITY_STABLE;
3434
$plugin->component = 'tool_moodlebox';

0 commit comments

Comments
 (0)