Skip to content

Commit 78a4bf9

Browse files
authored
Update version and release numbers in version.php
1 parent c3ce390 commit 78a4bf9

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
@@ -25,8 +25,8 @@
2525
defined('MOODLE_INTERNAL') || die();
2626

2727
$plugin->component = 'mod_subcourse';
28-
$plugin->release = 2025032000;
29-
$plugin->version = 2025032000;
28+
$plugin->release = 2025032001;
29+
$plugin->version = 2025032001;
3030
$plugin->maturity = MATURITY_STABLE;
3131
$plugin->requires = 2024100700; // Requires 4.5.
32-
$plugin->supported = [405, 405];
32+
$plugin->supported = [405, 500];

0 commit comments

Comments
 (0)