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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user