From 30bdd11fd5cc9508d640caf108a3a3460dcd5c12 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 10 May 2017 10:29:44 +0000 Subject: [PATCH] Build/Test: Post Travis results to Slack from `WordPress/wordpress-develop` Now that the `WordPress/wordpress-develop` GitHub repo is syncing correctly, we can use it for Travis integration. Props jorbin for getting the ball rolling so long ago, unprops jorbin because his Travis build can finally be retired. Fixes #40712. Built from https://develop.svn.wordpress.org/trunk@40604 git-svn-id: http://core.svn.wordpress.org/trunk@40474 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 a3c4bceba3..08f32cb1f4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.8-alpha-40603'; +$wp_version = '4.8-alpha-40604'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.