From 7860b364fe59d5c1647854028042f7c2c85ef2db Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 17 Nov 2020 15:50:06 +0000 Subject: [PATCH] Docs: Further remove tautology from comments in `recurse_dirsize()` tests. Follow-up to [49212], [49616], [49628]. See #19879. Built from https://develop.svn.wordpress.org/trunk@49630 git-svn-id: http://core.svn.wordpress.org/trunk@49368 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 5fa493a603..a4f18eefc4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta4-49629'; +$wp_version = '5.6-beta4-49630'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.