From 0e2978a5cda25783c55f6b03a80f02ba577522ce Mon Sep 17 00:00:00 2001 From: Boone Gorges Date: Sun, 17 Apr 2016 03:13:27 +0000 Subject: [PATCH] Tests: Improvements to /post/query test class. * Add `@group` annotation. * Remove unnecessary `setUp()` method. Built from https://develop.svn.wordpress.org/trunk@37224 git-svn-id: http://core.svn.wordpress.org/trunk@37190 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 9c71119a8f..8e509ac740 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37223'; +$wp_version = '4.6-alpha-37224'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.