Commit 6c67477a54 for wordpress.org

commit 6c67477a540fe5ea0b3ed3a2f38e269d907c2f27
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Tue Sep 22 21:10:49 2026 +0000

    Tests: Use strict set assertions for password query IDs.

    Use assertSameSets() for the remaining multi-result comparisons in test_post_password(). Cast expected IDs to integers to match WP_Query's ID return values while preserving order-independent comparisons.

    Follow-up to [63772].

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

    Props haritpanchal.
    See #64895.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index adc7970670..9c79bebb04 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63871';
+$wp_version = '7.2-alpha-63872';

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