From 2ee126547e82cccc4f4767dffd3dae839234c1b7 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Mon, 1 Mar 2021 16:58:04 +0000 Subject: [PATCH] Disable comments from codecov. Docs explaining this https://docs.codecov.io/docs/pull-request-comments#disable-comment Putting inside .github to not litter the root. Docs explaining why this is possible https://docs.codecov.io/docs/codecov-yaml#can-i-name-the-file-codecovyml Fixes #52684. Built from https://develop.svn.wordpress.org/trunk@50462 git-svn-id: http://core.svn.wordpress.org/trunk@50073 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 dc69bfbcc5..788f8e32d3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50461'; +$wp_version = '5.8-alpha-50462'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.