Commit 8b7f527e4c for wordpress.org

commit 8b7f527e4ca09e48f10f6a65e5680298eb48adaf
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Wed Sep 16 16:53:50 2026 +0000

    Tests: Use strict assertions in multisite tests.

    Compare site IDs and persisted site properties with strict assertions, matching their string types. Update expected provider values while preserving integer inputs and the integer network_id property checks.

    Use strict negative comparisons for capability keys and site paths. Retain value-based comparisons for cached objects and network counts with variable return types.

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

    Props haritpanchal.
    See #64895.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 860acfddf9..42769abb0c 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63637';
+$wp_version = '7.2-alpha-63638';

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