From ab1786d059c1fdbf21b16334075aa06ab03c5ea5 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 29 Oct 2021 20:00:58 +0000 Subject: [PATCH] Build/Test Tools: Adjust Slack notifications for `scheduled` and `workflow_dispatch` events. This makes the needed adjustments to fix Slack notifications for `scheduled` and `workflow_dispatch` events. The data needed to send notifications for these events are stored in different locations, or need to be accessed through API requests. Follow up to [51921], [51937]. See #53363. Built from https://develop.svn.wordpress.org/trunk@51953 git-svn-id: http://core.svn.wordpress.org/trunk@51542 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 6786c91639..3f35480a60 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51952'; +$wp_version = '5.9-alpha-51953'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.