From 1353355216bc80029e9bc6af8739a53d84b14052 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 28 Jan 2019 15:55:50 +0000 Subject: [PATCH] Build/Test Tools: Reorder `` and `` rules in `phpunit.xml.dist` to avoid warnings in PHPUnit 7.2+. Remove deprecated `logIncompleteSkipped` option that does not exist in PHPUnit 6.0+. See #43218. Built from https://develop.svn.wordpress.org/trunk@44702 git-svn-id: http://core.svn.wordpress.org/trunk@44533 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 23e185a876..59c639883f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-beta2-44701'; +$wp_version = '5.1-beta2-44702'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.