Commit 996817c3d9 for wordpress.org

commit 996817c3d9f72c67a62ece6c77428967c09c9ae6
Author: czapla <czapla@git.wordpress.org>
Date:   Wed Jul 24 11:31:18 2024 +0000

    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

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.