Commit 0db8a113e0 for wordpress.org

commit 0db8a113e0925119d3f12ad06f38f454bbc4fe03
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Sun Sep 13 16:22:46 2026 +0000

    Tests: Improve isolation of admin tests.

    Reset menu registries and plugin-dependency static properties before and after tests. Remove the temporary MU-plugin directory after its fixture files are deleted.

    Give list-table fixtures distinct screens and preserve whether the original hook suffix was set. Align the comments table's expected primary column with its declared default.

    Allow updater tests to load Composer dependencies outside the checkout while exercising open_basedir restrictions.

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

    Props jonsurrell, mindctrl.
    See #65893.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index bc0a23dd52..21a74b0741 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63607';
+$wp_version = '7.2-alpha-63608';

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