From 6797903bed9157bce130ff6572140c33aa804bc7 Mon Sep 17 00:00:00 2001 From: desrosj Date: Thu, 13 Oct 2022 16:45:13 +0000 Subject: [PATCH] Tests: Revert unintentional change in [54508]. Unprops desrosj. See #56817. Built from https://develop.svn.wordpress.org/trunk@54509 git-svn-id: http://core.svn.wordpress.org/trunk@54068 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 8451bc0d69..3b2ba8f30a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-RC1-54508'; +$wp_version = '6.1-RC1-54509'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.