Commit 76e6c947c0 for wordpress.org

commit 76e6c947c0179cc2a389a5643c13b92fdab52d7f
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Thu Sep 10 20:30:50 2026 +0000

    Build/Test Tools: Discard stale roles before test installation.

    Discard the roles object loaded before the test tables are dropped. Let WordPress recreate it from the fresh tables so capabilities from a previous test run do not survive reinstallation.

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

    Props ekamran.
    Fixes #65972.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 918b063b0a..06edbe6f71 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63586';
+$wp_version = '7.2-alpha-63590';

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