Skip to content

Commit 3e9d03f

Browse files
committed
Bump to 2025073001 (v5.0.10) - Too soon?
1 parent 1b60b93 commit 3e9d03f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Changes in version 5.0.10 (20250730) - Too soon?
2+
-------------------------------------------------------
3+
- Fixed bundled dependencies
4+
15
Changes in version 5.0.9 (20250730) - Long time no bump
26
-------------------------------------------------------
37
- Bundled dependencies updated:

version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
defined('MOODLE_INTERNAL') || die;
2626

27-
$plugin->version = 2025073000;
28-
$plugin->release = '5.0.9';
27+
$plugin->version = 2025073001;
28+
$plugin->release = '5.0.10';
2929
$plugin->maturity = MATURITY_STABLE;
3030
$plugin->requires = 2019111803; // Moodle 3.8.3 release and upwards (first one supporting PHP 7.4).
3131
$plugin->component = 'local_codechecker';

0 commit comments

Comments
 (0)