From 1cf5a0351fb5dd4994557bf745c480ba44b6550a Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 11 Aug 2022 14:33:10 +0000 Subject: [PATCH] Docs: Revert two changes that need to instead be made upstream in the Gutenberg repo. Partially reverts [53877]. See #55646 Built from https://develop.svn.wordpress.org/trunk@53879 git-svn-id: http://core.svn.wordpress.org/trunk@53438 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 261ef76c5c..c384089327 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53878'; +$wp_version = '6.1-alpha-53879'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.