From 1fd3cfa2c2bbd1ba3c52ab8fe7467487e964770f Mon Sep 17 00:00:00 2001 From: hellofromTonya Date: Mon, 6 Mar 2023 14:46:20 +0000 Subject: [PATCH] Build/Test Tooling: Use `assertSame()` in `WP_Date_Query` tests. Change from `assertEquals()` to `assertSame()`. Why? To ensure both the return value and data type match the expected results. Follow-up to [54530]. Props costdev, peterwilsoncc, mukesh27, ankitmaru. See #56800. Built from https://develop.svn.wordpress.org/trunk@55465 git-svn-id: http://core.svn.wordpress.org/trunk@54998 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 a269934fb2..8591db6ca0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-beta4-55464'; +$wp_version = '6.2-beta4-55465'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.