Commit bde9096576 for wordpress.org

commit bde9096576a40f0c571d18127abc8b8a0f95215e
Author: SergeyBiryukov <sergeybiryukov@git.wordpress.org>
Date:   Mon Sep 14 17:09:58 2026 +0000

    Tests: Use `assertWPError()` for assertions in classic-to-block menu converter tests.

    Replaces a generic `assertTrue( is_wp_error() )` assertion in `tests/phpunit/tests/editor/classic-to-block-menu-converter.php` with WordPress' dedicated `assertWPError()` assertion.

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

    Follow-up to r56052, r58183.

    Props noruzzaman.
    See #65819.
    Built from https://develop.svn.wordpress.org/trunk@63615


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index ea61128a98..fb3f5097c2 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63614';
+$wp_version = '7.2-alpha-63615';

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