Commit 9522707c4b for wordpress.org

commit 9522707c4b42e8a2316f71e3e3f6b640317e72c3
Author: lancewillett <lancewillett@git.wordpress.org>
Date:   Mon Sep 21 17:46:52 2026 +0000

    Tests: Reuse the editor in REST post meta tests.

    Create the editor once per class instead of recreating it for each write-permission check. Delete the shared user during class teardown.

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

    Props sainathpoojary.
    See #66074.

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


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

diff --git a/wp-includes/version.php b/wp-includes/version.php
index 0299870eac..0868ddf05a 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.2-alpha-63775';
+$wp_version = '7.2-alpha-63776';

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