From 3751961f50ca3163f0d9c744c8e2d7244b2dc106 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 4 Oct 2023 19:14:21 +0000 Subject: [PATCH] =?UTF-8?q?Build/Test=20Tools:=20Don=E2=80=99t=20send=20a?= =?UTF-8?q?=20Slack=20notice=20for=20a=20workflow=E2=80=99s=20first=20fail?= =?UTF-8?q?ure.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After [53947], all workflows will automatically be restarted once in an attempt to rule out reasons for failures, such as timeouts or network hiccups. Second attempt at [56404], which was previously reverted in [56407]. See #58867. Built from https://develop.svn.wordpress.org/trunk@56780 git-svn-id: http://core.svn.wordpress.org/trunk@56292 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 4bfb090552..26e2817aa5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta2-56778'; +$wp_version = '6.4-beta2-56780'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.