From 219cf1dd5f538bb34dc0f237b18ef7558b5b10b0 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 26 Mar 2021 15:14:04 +0000 Subject: [PATCH] Build/Test Tools: Run code coverage workflow when the file is updated. When the workflow file is updated, it should always be run to verify changes. Follow up to [50592]. See #52786. Built from https://develop.svn.wordpress.org/trunk@50595 git-svn-id: http://core.svn.wordpress.org/trunk@50208 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 6edef03792..f6bb0b9ca6 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50594'; +$wp_version = '5.8-alpha-50595'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.