From 902232ffeccbab8d7b56d8f51e9d9875277678e8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 8 Mar 2018 16:38:30 +0000 Subject: [PATCH] Tests: Correct assertion in `Tests_WP_Customize_Setting::test_constructor_with_args()`. Props jipmoors. See #30988, #43218. Built from https://develop.svn.wordpress.org/trunk@42799 git-svn-id: http://core.svn.wordpress.org/trunk@42629 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 85a3d1e71e..d311d51b4e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42798'; +$wp_version = '5.0-alpha-42799'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.