From ed8ccc7536780b62919de896d76fef55350efa5d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 21 Jun 2024 21:36:16 +0000 Subject: [PATCH] Tests: Use named data provider in `iso8601_to_datetime()` tests. Follow-up to [54230], [58164]. See #60705. Built from https://develop.svn.wordpress.org/trunk@58458 git-svn-id: http://core.svn.wordpress.org/trunk@57907 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 95158f8fd7..7728056ce4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.6-beta3-58457'; +$wp_version = '6.6-beta3-58458'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.