From 2f8c204584c2bf087752faeb2a1fe566cc176a95 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Tue, 11 Jul 2023 03:41:27 +0000 Subject: [PATCH] Build/Test Tools: Prevent 404 errors in the E2E tests. Modifies the cache control headers tests to prevent 404 errors for each of the tests. Props costdev. Fixes #58777. Built from https://develop.svn.wordpress.org/trunk@56197 git-svn-id: http://core.svn.wordpress.org/trunk@55709 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 e195f52c54..3439393c52 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta3-56196'; +$wp_version = '6.3-beta3-56197'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.