From 3324ed52add48a8b68058579fc54315675056c97 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Sun, 19 Dec 2021 14:29:00 +0000 Subject: [PATCH] Build/Test Tools: Remove the assertion in `filter_rest_url_for_leading_slash()`. This assertion can mask the fact that some other tests don't perform an assertion. Fixes #54661 Built from https://develop.svn.wordpress.org/trunk@52390 git-svn-id: http://core.svn.wordpress.org/trunk@51982 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 94b567e443..603dbd47ad 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta3-52389'; +$wp_version = '5.9-beta3-52390'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.