Skip to content

Commit 2876748

Browse files
authored
Fix supported version number syntax
1 parent bb39222 commit 2876748

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
@@ -28,5 +28,5 @@
2828
$plugin->requires = 2022041900; // Requires this Moodle version.
2929
$plugin->release = 'Version 1.3';
3030
$plugin->component = 'format_kickstart'; // Full name of the plugin (used for diagnostics).
31-
$plugin->supported = [40, 403];
31+
$plugin->supported = [400, 403];
3232
$plugin->maturity = MATURITY_STABLE;

0 commit comments

Comments
 (0)