From f0962c42ab8f133d9a4d5f4b2f5476bc65aa245a Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Sun, 1 May 2016 20:04:27 +0000 Subject: [PATCH] Travis CI: Include `npm prune` in the `before_script` command. Caching of node modules was added in [37058]. `npm prune` removes extraneous packages so the cache contains only current modules. Props netweb. Fixes #36490. Built from https://develop.svn.wordpress.org/trunk@37340 git-svn-id: http://core.svn.wordpress.org/trunk@37306 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 0e6f60fde5..64e2af38df 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37339'; +$wp_version = '4.6-alpha-37340'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.