Commit 72f198762f for wordpress.org

commit 72f198762fa6a53f625d08c0b6546f21378602f8
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Wed Sep 9 14:31:52 2026 +0000

    Tests: Simplify mocks in WP_Upgrader tests.

    Use `createMock()` for the upgrader skin and filesystem mocks. These test doubles need no custom builder configuration, original constructor, or cloning behavior.

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

    Props soean.
    See #65819.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index d8051ceb2b..44c345443c 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63561';
+$wp_version = '7.2-alpha-63562';

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