From b2a2411fcdd00246ddcabc3cb0f34e914490f84b Mon Sep 17 00:00:00 2001 From: Felix Arntz Date: Thu, 21 Sep 2023 15:23:16 +0000 Subject: [PATCH] Options, Meta APIs: Add further test coverage for comparison between old and new option value. This ensures potential future changes to the logic are covered by existing tests that should pass before and after. Props joemcgill. See #22192. Built from https://develop.svn.wordpress.org/trunk@56648 git-svn-id: http://core.svn.wordpress.org/trunk@56160 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 c063715fc8..ea8385eba9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-alpha-56647'; +$wp_version = '6.4-alpha-56648'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.