Build Tools: Don't send AppVeyor notifications on Slack on repeated successful builds.

See #44276.


Built from https://develop.svn.wordpress.org/trunk@44599


git-svn-id: http://core.svn.wordpress.org/trunk@44430 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Gary Pendergast 2019-01-15 05:49:49 +00:00
parent 883ee72ed6
commit e4b25f1be2

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-beta1-44598';
$wp_version = '5.1-beta1-44599';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.