MDL-78297 core: Bump version to update cache config

The missing version bump caused cache configuration to not be updated,
and the static acceleration cache size was therefore not updated. The
result here was that the static acceleration cache was constantly
emptied leading to an increased page load time.
This commit is contained in:
Andrew Nicols
2023-06-13 11:04:20 +08:00
parent 3a1b6ac250
commit 167d24f052
+1 -1
View File
@@ -29,7 +29,7 @@
defined('MOODLE_INTERNAL') || die();
$version = 2023042401.00; // 20230424 = branching date YYYYMMDD - do not modify!
$version = 2023042401.01; // 20230424 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '4.2.1 (Build: 20230612)'; // Human-friendly version name