Build/Test Tools: Revert [59570].

The fix did not work properly and is causing performance data for commits to not be sent at all. It is therefore reverted until a proper solution has been implemented.

See #62766.

Built from https://develop.svn.wordpress.org/trunk@59571


git-svn-id: http://core.svn.wordpress.org/trunk@58957 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Felix Arntz 2025-01-02 16:41:18 +00:00
parent 39bd3d038d
commit bb1d172850

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59570';
$wp_version = '6.8-alpha-59571';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.