Build/Test Tools: Fix file prefix handling in performance test results.

This is a follow-up to r56926.

See #59517.
Built from https://develop.svn.wordpress.org/trunk@56928


git-svn-id: http://core.svn.wordpress.org/trunk@56439 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Pascal Birchler 2023-10-13 11:30:23 +00:00
parent ed4ba3bf53
commit 7fb21f4110

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-beta4-56927';
$wp_version = '6.4-beta4-56928';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.