From fd4829b1a50b3c19af9676c7c21ae94037c2cfe1 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Wed, 20 Apr 2016 17:09:27 +0000 Subject: [PATCH] Don't announce PR builds in Slack People may submit a PR to our travis build repo, we shouldn't notify slack when that happens. See https://docs.travis-ci.com/user/notifications/#Slack-notifications Fixes #36607 Built from https://develop.svn.wordpress.org/trunk@37268 git-svn-id: http://core.svn.wordpress.org/trunk@37234 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 fa0ec734e2..d9862edb5c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.6-alpha-37267'; +$wp_version = '4.6-alpha-37268'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.