Skip to content

Commit eb39782

Browse files
committed
Bump to 3.17.0
1 parent d1c855f commit eb39782

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

version.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424

2525
defined('MOODLE_INTERNAL') || die();
2626

27-
$plugin->version = 2024091200;
27+
$plugin->version = 2024100300;
2828
$plugin->requires = 2022112800; // Moodle 4.1.0.
2929
$plugin->component = 'block_xp';
3030
$plugin->maturity = MATURITY_STABLE;
31-
$plugin->release = '3.17.0-dev';
32-
$plugin->supported = [401, 404];
31+
$plugin->release = '3.17.0';
32+
$plugin->supported = [401, 405];

0 commit comments

Comments
 (0)