From 675f4fa43a3131d6f7190f314dd68f58d2963ccf Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 1 Sep 2020 16:50:09 +0000 Subject: [PATCH] General: Set `svn:eol-style` for `phpunit/includes/normalize-xml.xsl`. Follow-up to [48072], [48845]. See #51113. Built from https://develop.svn.wordpress.org/trunk@48931 git-svn-id: http://core.svn.wordpress.org/trunk@48693 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 efa2d56b8e..5ac55ae9ee 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-48930'; +$wp_version = '5.6-alpha-48931'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.