Commit 4210c98261 for wordpress.org

commit 4210c9826179d06cd6b9b32bbd9b0e4210f78e16
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Mon Sep 14 20:09:50 2026 +0000

    Tests: Use strict assertions in block bindings tests.

    Use assertSame() when comparing updated HTML strings and the registered block binding source context array. Retain value-based comparisons for separately constructed source objects.

    Developed in: https://github.com/WordPress/wordpress-develop/pull/13520

    Props haritpanchal.
    See #64895.

    Built from https://develop.svn.wordpress.org/trunk@63617


    git-svn-id: http://core.svn.wordpress.org/trunk@62793 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 44b00399a5..022c0ecbc0 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63616';
+$wp_version = '7.2-alpha-63617';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.