From 5c52d270ecda5c6c85adf4a40c44540a36f1a29d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 12 Sep 2024 21:41:15 +0000 Subject: [PATCH] Tests: Restore the environment before performing assertions in some canonical tests. This aims to avoid affecting other tests in case of failure. Follow-up to [28704], [45133]. See #61608. Built from https://develop.svn.wordpress.org/trunk@59017 git-svn-id: http://core.svn.wordpress.org/trunk@58413 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 247b552534..6823de6334 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-59016'; +$wp_version = '6.7-alpha-59017'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.