From b92155f273a2b67d615009de78e2aa386797da16 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 21 Feb 2020 18:25:07 +0000 Subject: [PATCH] General: Introduce a pull request template. This ensures that contributors opening a pull request on GitHub for code review have proper guidance. See https://make.wordpress.org/core/2020/02/21/working-on-trac-tickets-using-github-pull-requests/ and https://meta.trac.wordpress.org/ticket/4903. Props noisysocks, desrosj. Fixes #49489. Built from https://develop.svn.wordpress.org/trunk@47342 git-svn-id: http://core.svn.wordpress.org/trunk@47129 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 57ff377afd..5c34a05b0b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-beta2-47341'; +$wp_version = '5.4-beta2-47342'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.