Skip to content

Commit 0810a87

Browse files
committed
Update version number and date.
1 parent aaf72ad commit 0810a87

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
@@ -22,13 +22,13 @@
2222

2323
defined('MOODLE_INTERNAL') || die();
2424

25-
$plugin->version = 2024031500;
25+
$plugin->version = 2024051200;
2626
$plugin->requires = 2022041900;
2727
$plugin->cron = 0;
2828
$plugin->component = 'qtype_coderunner';
2929
$plugin->maturity = MATURITY_STABLE;
30-
$plugin->release = '5.3.1';
30+
$plugin->release = '5.3.2';
3131

3232
$plugin->dependencies = [
33-
'qbehaviour_adaptive_adapted_for_coderunner' => 2024041800,
33+
'qbehaviour_adaptive_adapted_for_coderunner' => 2024051200,
3434
];

0 commit comments

Comments
 (0)