From 0e4eaa64b55c477b585a98f7da8974a70b26fd1f Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Thu, 18 Jan 2024 18:40:13 +0000 Subject: [PATCH] Build/Test Tools: Fix unstable query tests. Three `WP_Query` tests could randomly fail due to an undefined order because two test posts were using the exact same `post_date`. Props boonebgorges, flixos90. Fixes #60288. Built from https://develop.svn.wordpress.org/trunk@57308 git-svn-id: http://core.svn.wordpress.org/trunk@56814 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 9091336f3d..724f1e81b8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57306'; +$wp_version = '6.5-alpha-57308'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.