diff --git a/version.php b/version.php index 1e50864e..6d03ee49 100644 --- a/version.php +++ b/version.php @@ -28,7 +28,7 @@ $plugin->version = 2023122201; $plugin->release = 2023122201; $plugin->requires = 2022112800; // Our lowest supported Moodle (3.3.0). -$plugin->supported = [400, 401]; +$plugin->supported = [400, 402]; // TODO $plugin->incompatible = ; // Available as of Moodle 3.9.0 or later. $plugin->component = 'tool_dataflows'; $plugin->maturity = MATURITY_ALPHA;