From e0750558b9e354fd92a0358ab546f0f236b8b501 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 4 Jul 2023 23:32:24 +0000 Subject: [PATCH] Administration: Adjust the "No private directive present in cache control when user not logged in" test so the assertions won't fail if the headers don't contain a `cache-control` key at all. Props joemcgill Fixes #21938 Built from https://develop.svn.wordpress.org/trunk@56134 git-svn-id: http://core.svn.wordpress.org/trunk@55646 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index f3566ba06d..44edf4868e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta3-56133'; +$wp_version = '6.3-beta3-56134'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.