From 4096795c617aa7c37eb69a6d7a5aff0f83c1d3af Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 26 Feb 2024 10:29:13 +0000 Subject: [PATCH] Tests: Update incorrect assertion message added in [57366]. Props david.binda. Fixes #60358. Built from https://develop.svn.wordpress.org/trunk@57710 git-svn-id: http://core.svn.wordpress.org/trunk@57211 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 e3721b4afc..c8f874d6fd 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-beta2-57709'; +$wp_version = '6.5-beta2-57710'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.