From 2cf3fb14ee861ff277a7615b2a3ae285accb166b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 17 Dec 2019 21:33:02 +0000 Subject: [PATCH] Tests: Use delta comparison in `test_should_fall_back_to_last_post_modified()` to avoid race conditions. See #48957. Built from https://develop.svn.wordpress.org/trunk@46981 git-svn-id: http://core.svn.wordpress.org/trunk@46781 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 670c40441f..72efd0b428 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-alpha-46976'; +$wp_version = '5.4-alpha-46981'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.