From 167d24f052d440d9db597aeacce990bd1f022cf6 Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Tue, 13 Jun 2023 11:04:20 +0800 Subject: [PATCH] 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. --- version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.php b/version.php index 9c68104a344..c589669ddf6 100644 --- a/version.php +++ b/version.php @@ -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