1 parent f03246a commit ed028ebCopy full SHA for ed028eb
1 file changed
public/version.php
@@ -29,9 +29,9 @@
29
30
defined('MOODLE_INTERNAL') || die();
31
32
-$version = 2025100603.13; // 20251006 = branching date YYYYMMDD - do not modify!
+$version = 2025100604.00; // 20251006 = branching date YYYYMMDD - do not modify!
33
// RR = release increments - 00 in DEV branches.
34
// .XX = incremental changes.
35
-$release = '5.1.3+ (Build: 20260415)'; // Human-friendly version name
+$release = '5.1.4 (Build: 20260420)'; // Human-friendly version name
36
$branch = '501'; // This version's branch.
37
$maturity = MATURITY_STABLE; // This version's maturity level.
0 commit comments