From 9495d91e76bc6c6a402f3c4a23de4ba8fd8ec131 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 5 May 2015 20:30:37 +0000 Subject: [PATCH] Update grunt-contrib-qunit to 0.7.0 This upgrade adds two changes, both of which are aimed at less reporting of false test passing: * Log PhantomJS errors as warnings * Add noGlobals option, forwarded to QUnit. Report proper exit code to grunt based on failures. Add support for AMD. See #31700 Built from https://develop.svn.wordpress.org/trunk@32356 git-svn-id: http://core.svn.wordpress.org/trunk@32327 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 c8831440cb..79d98da5ba 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32355'; +$wp_version = '4.3-alpha-32356'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.