From 996817c3d9f72c67a62ece6c77428967c09c9ae6 Mon Sep 17 00:00:00 2001 From: czapla Date: Wed, 24 Jul 2024 11:31:18 +0000 Subject: [PATCH] Tests: Removes the obsolete Block Binding unregistration Follow-up to [58798]. Props santosguillamot, cbravobernal, gziolo. See #61641. Built from https://develop.svn.wordpress.org/trunk@58799 git-svn-id: http://core.svn.wordpress.org/trunk@58195 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 4ed66a22ee..c98fa85b5f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58798'; +$wp_version = '6.7-alpha-58799'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.