From 3803d8bb60fdbca446b21cd20ae03b21517dadd8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 28 Jan 2019 17:20:50 +0000 Subject: [PATCH] Build/Test Tools: Reorder `` and `` rules in `multisite.xml` to avoid warnings in PHPUnit 7.2+. Missed in [44702]. See #43218. Built from https://develop.svn.wordpress.org/trunk@44704 git-svn-id: http://core.svn.wordpress.org/trunk@44535 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 2ab4ea1ef3..5455a23945 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-beta2-44703'; +$wp_version = '5.1-beta2-44704'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.