Commit 37537ffbde for wordpress.org

commit 37537ffbde875e1b38afebfdb9ea5e26b87f3b09
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Tue Sep 8 16:23:55 2026 +0000

    Build/Test Tools: Await post title assertions in E2E tests.

    Await the title assertions after publishing and quick editing a post so each test waits for its assertion result before completing.

    Use one-time dialog handlers for application password revocation confirmations.

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

    Props adrianmoldovanwp, lucatume.
    Fixes #66068.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index c90c16b380..a405b120ca 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63536';
+$wp_version = '7.2-alpha-63537';

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