From c04efbe92e5c11cbb54aa9f78a1ee6acb291965d Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sat, 27 Feb 2021 17:10:03 +0000 Subject: [PATCH] Build/Test Tools: Fix and standardise calls to the `tearDown()` method in the test suite. The parent method should be called after any test-specific teardown. See #52625 Built from https://develop.svn.wordpress.org/trunk@50450 git-svn-id: http://core.svn.wordpress.org/trunk@50061 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 b8b9ce213b..5e61ef81b7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50449'; +$wp_version = '5.8-alpha-50450'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.