From 73695056890e03d57d4aa300aa2542e570e0f08f Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 17 Jun 2021 17:58:57 +0000 Subject: [PATCH] Build/Test Tools: Use Git when fetching the WordPress Importer for use in tests. This switches to using Git in the local Docker environment install script to check out a copy of the WordPress Importer plugin for use in unit tests. Previously, SVN was used and the commands were not correctly run within the Docker container. The container does not actually have SVN installed, and the script was only working when the machine running the command had SVN present. Props czapla, alexstine, jnylen0, francina, desrosj. Fixes #52909. Built from https://develop.svn.wordpress.org/trunk@51179 git-svn-id: http://core.svn.wordpress.org/trunk@50788 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 3f589b6766..d1864413c8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-beta2-51178'; +$wp_version = '5.8-beta2-51179'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.