From 9cc22d060f2a9a9616540e9b3ed0dc69897941aa Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Mon, 29 Nov 2021 20:18:00 +0000 Subject: [PATCH] Media: Replace `tests/phpunit/data/images/sugar-mountain.jpg` test image. The test image included in [52269] was invalid at 0 bytes. This commit adds the correct test image. Follow-up [52269]. See #54385. Built from https://develop.svn.wordpress.org/trunk@52270 git-svn-id: http://core.svn.wordpress.org/trunk@51862 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 6ae4b83fc0..6f55c529af 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52269'; +$wp_version = '5.9-alpha-52270'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.