Skip to content

Commit

Permalink
Update version.php
Browse files Browse the repository at this point in the history
bump version.
  • Loading branch information
danmarsden authored Jan 19, 2025
1 parent 441900d commit 7c74844
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions version.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
*/
defined('MOODLE_INTERNAL') || die();

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

0 comments on commit 7c74844

Please sign in to comment.