From b055ff21bd0ec11105963f4c4ae34cda5aba9683 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 27 Jul 2021 14:11:58 +0000 Subject: [PATCH] Build/Test Tools: Remove the check for changes to version-controlled files in the Test Old Branch workflow. This workflow does not perform a `git checkout` and is only used to dispatch workflows for old branches, so this check is not needed here. Fixes #53799. Built from https://develop.svn.wordpress.org/trunk@51498 git-svn-id: http://core.svn.wordpress.org/trunk@51109 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 dd1db47bd0..059f7ffb5c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51497'; +$wp_version = '5.9-alpha-51498'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.