From 39e041b877b53565a7a9b96800557cc114ad4109 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 12 Jun 2021 15:49:02 +0000 Subject: [PATCH] Tests: Fix typo in a `get_bookmarks()` test name. Follow-up to [44546]. See #52625. Built from https://develop.svn.wordpress.org/trunk@51139 git-svn-id: http://core.svn.wordpress.org/trunk@50748 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 1e9432d561..cff819bc7a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-beta1-51138'; +$wp_version = '5.8-beta1-51139'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.