From c5c6b7de59fe7c686ed3bc3949bd4010db7fcb0b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 11 Aug 2021 15:02:58 +0000 Subject: [PATCH] Build/Test Tools: Revert [51602] for now to investigate test failures on PHPUnit < 7.0. See #46149. Built from https://develop.svn.wordpress.org/trunk@51603 git-svn-id: http://core.svn.wordpress.org/trunk@51214 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 ba2852d53d..04728cc355 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51602'; +$wp_version = '5.9-alpha-51603'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.