From 69fea120db13c64e67c9c597bfcc44c0ecf7aa75 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 20 Oct 2020 17:46:05 +0000 Subject: [PATCH] Build/Test Tools: Cancel previous active workflow runs for pull requests. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Because workflow results are reported for each commit, it’s important to let all runs against main and version branches to complete so that the checks are reported accurately. When considering and reviewing pull requests, the only workflow run that matters is the most recent. Props ocean90, helen. See #50401. Built from https://develop.svn.wordpress.org/trunk@49244 git-svn-id: http://core.svn.wordpress.org/trunk@49006 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 f19fcdff19..1908b822e1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49243'; +$wp_version = '5.6-alpha-49244'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.