From 75f4e848f5f5f42805aa0e1cddc0c7280a373a5b Mon Sep 17 00:00:00 2001
From: gziolo <gziolo@git.wordpress.org>
Date: Mon, 24 May 2021 09:59:56 +0000
Subject: [PATCH] Editor: Rename the unit test file for `_wp_array_set`
 function

Follow-up [50958].
See #53175.


Built from https://develop.svn.wordpress.org/trunk@50962


git-svn-id: http://core.svn.wordpress.org/trunk@50571 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 d9c1bc9558..11608da80b 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -13,7 +13,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '5.8-alpha-50961';
+$wp_version = '5.8-alpha-50962';
 
 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.