Skip to content

Commit 7c74844

Browse files
authored
Update version.php
bump version.
1 parent 441900d commit 7c74844

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
@@ -23,9 +23,9 @@
2323
*/
2424
defined('MOODLE_INTERNAL') || die();
2525

26-
$plugin->version = 2024120900;
27-
$plugin->release = 2024120900;
26+
$plugin->version = 2025012000;
27+
$plugin->release = 2025012000;
2828
$plugin->requires = 2022112805; // Requires 4.1 or higher.
2929
$plugin->component = 'mod_dialogue'; // Full name of the plugin (used for diagnostics).
3030
$plugin->maturity = MATURITY_STABLE; // This version's maturity level.
31-
$plugin->supported = [401, 404];
31+
$plugin->supported = [401, 405];

0 commit comments

Comments
 (0)