From b5ef90af016f8854327012aee049a45feca145b4 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 18 Mar 2024 09:27:15 +0000 Subject: [PATCH] Build/Test Tools: Make `WP_Filesystem_Direct` tests more robust. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to [57753] to make tests more robust, as there were multiple permission-related errors in the hosting test results. With this change, the tests now don’t try setting an owner that doesn’t exist. Props peterwilsoncc, costdev, javiercasares. See #57774. Built from https://develop.svn.wordpress.org/trunk@57849 git-svn-id: http://core.svn.wordpress.org/trunk@57350 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 fb819d1710..95f13b8f05 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-alpha-57848'; +$wp_version = '6.6-alpha-57849'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.