From 5f5457dff20e2ce63d7609b3d80171f5362083e9 Mon Sep 17 00:00:00 2001 From: TimothyBlynJacobs Date: Sun, 25 Oct 2020 01:14:07 +0000 Subject: [PATCH] Build Tools: Fix running installing composer dependencies using composer 2.0. This updates the `dealerdirect/phpcodesniffer-composer-installer` package to allow installing version `0.7.0` which supports composer 2.0. Props itowhid06, jrf. Fixes #51624. Built from https://develop.svn.wordpress.org/trunk@49306 git-svn-id: http://core.svn.wordpress.org/trunk@49068 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 acc365212e..a392421754 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta1-49305'; +$wp_version = '5.6-beta1-49306'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.