From e82a76b282c02121bf0f970cde96a1f523f9fac7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 7 Jul 2020 09:34:07 +0000 Subject: [PATCH] Tests: Temporarily skip PDF tests if they fail due to ImageMagick permission errors. Merges [48338], [48341] to the 5.4 branch. See #50573. Built from https://develop.svn.wordpress.org/branches/5.4@48366 git-svn-id: http://core.svn.wordpress.org/branches/5.4@48135 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 a37c8145b5..7587a7091f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4.3-alpha-48244'; +$wp_version = '5.4.3-alpha-48366'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.