Commit 0ba6d748dd for wordpress.org

commit 0ba6d748ddc58d13033bc66601efbf11a76dc9b9
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Mon Sep 21 17:09:52 2026 +0000

    Tests: Use strict assertions in query tests.

    Match expected comment IDs to their string values and post query IDs to their integer values. Use a strict comparison for the post content check.

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

    Props haritpanchal.
    See #64895.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 5dfc5beba5..1a149cb3e1 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63771';
+$wp_version = '7.2-alpha-63772';

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