Skip to content

Commit 8eafede

Browse files
committed
Update versionb date and release.
1 parent c6b5357 commit 8eafede

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222

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

25-
$plugin->version = 2025080800;
25+
$plugin->version = 2025081500;
2626
$plugin->requires = 2023100900; // Moodle 4.3.0 or later.
2727
$plugin->cron = 0;
2828
$plugin->component = 'qtype_coderunner';
2929
$plugin->maturity = MATURITY_STABLE;
30-
$plugin->release = '5.7.2';
30+
$plugin->release = '5.7.2+';
3131

3232
$plugin->dependencies = [
3333
'qbehaviour_adaptive_adapted_for_coderunner' => 2024041800,

0 commit comments

Comments
 (0)