Build/Test Tools: Fix incorrect commit time being reported to WordPress Code Vitals Dashboard.

Props mukesh27, ayeshrajans.
Fixes #62766.

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


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

View File

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