From a69a0dfcb004c56191f6fc4b9f2fc2f426df3d5b Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 16 Oct 2023 14:34:21 +0000 Subject: [PATCH] Build/Test Tools: Ensure the failed workflow tasks run last for e2e tests. This is a follow-up to [56926], where this logic has been reintroduced after it was originally removed in [56198]. Props desrosj. See #59517. Built from https://develop.svn.wordpress.org/trunk@56942 git-svn-id: http://core.svn.wordpress.org/trunk@56453 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 b462b4980a..be06f2b14d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta4-56941'; +$wp_version = '6.4-beta4-56942'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.