From 37154ee5bded550ac6e847a6c263dde3b909fbc7 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 12 Dec 2023 12:17:27 +0000 Subject: [PATCH] Tests: Revert [57182] from the 6.4 branch. This will be committed to trunk instead. See #59825. Built from https://develop.svn.wordpress.org/branches/6.4@57183 git-svn-id: http://core.svn.wordpress.org/branches/6.4@56694 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 c63de16b57..2cdf6da6ac 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4.3-alpha-57182'; +$wp_version = '6.4.3-alpha-57183'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.