From f1fb17fbb56d9be5753a5ddf0e0e1e7d739acf07 Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Sun, 30 Jul 2017 14:43:42 +0000 Subject: [PATCH] Ensure that an assertion takes place in `Tests_Comment_Query::test_comment_query_should_be_cached()`. Missed during [37608]. See #36906. Fixes #41357. Built from https://develop.svn.wordpress.org/trunk@41188 git-svn-id: http://core.svn.wordpress.org/trunk@41028 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 e47b6c1edb..7acdfcc30d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41187'; +$wp_version = '4.9-alpha-41188'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.