From 0f8c4989b0c1db396a233120234c76d74a937375 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 20 Oct 2021 14:42:02 +0000 Subject: [PATCH] Build/Test Tools: Modify the Slack notifications workflow to be a reusable one. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The ability to reuse workflow files within GitHub Action workflows was recently added and allows for less code duplication. In the context of WordPress Core, this also eliminates the need for an additional “Slack Notifications” workflow to run for every completed workflow. See #53363. Built from https://develop.svn.wordpress.org/trunk@51921 git-svn-id: http://core.svn.wordpress.org/trunk@51514 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 908f2f2c59..afebf69a70 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51920'; +$wp_version = '5.9-alpha-51921'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.