Skip to content

Commit d5353f8

Browse files
committed
Merge branch 'fixversion-4.0' into 'MOODLE_400_STABLE'
Fix version bump value. See merge request workplace/moodle-mod_coursecertificate!228
2 parents d579af6 + 338af99 commit d5353f8

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
@@ -26,10 +26,10 @@
2626

2727
$plugin->component = 'mod_coursecertificate';
2828
$plugin->release = '4.5.5';
29-
$plugin->version = 2024110550; // Version can only be increased by 1, it is no longer the current date.
29+
$plugin->version = 2025031802; // Version can only be increased by 1, it is no longer the current date.
3030
$plugin->requires = 2022041900.00;
3131
$plugin->maturity = MATURITY_STABLE;
3232
$plugin->supported = [400, 405];
3333
$plugin->dependencies = [
34-
'tool_certificate' => 2024110550,
34+
'tool_certificate' => 2025031802,
3535
];

0 commit comments

Comments
 (0)