From 36c977b9b1b7f8a276507c3fc09a00daab371e04 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sun, 23 Apr 2017 11:40:43 +0000 Subject: [PATCH] Build/Test Tools: Add Composer files to the cache on Travis. The Travis cache is specific to the branch and language version (PHP version), so this should speed up each subsequent build once the cache is primed. Props netweb Fixes #40539 Built from https://develop.svn.wordpress.org/trunk@40538 git-svn-id: http://core.svn.wordpress.org/trunk@40414 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 ba2c4c88b5..e89177fef9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40537'; +$wp_version = '4.8-alpha-40538'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.