From 645fffca13525dc6da92f19763cd63ec13788ec5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 24 May 2021 12:28:54 +0000 Subject: [PATCH] Tests: Correct description for the `Tests_Functions_wpArraySet` class. Follow-up to [50958], [50962], [50964], [50965]. See #53175, #52625. Built from https://develop.svn.wordpress.org/trunk@50966 git-svn-id: http://core.svn.wordpress.org/trunk@50575 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 091e6b96bc..5d89dd1349 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50965'; +$wp_version = '5.8-alpha-50966'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.