Commit 70070f40d9 for wordpress.org
commit 70070f40d99748a7a7c72b5caf3819525ecbd534
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Sun Sep 27 17:48:44 2026 +0000
Tests: Assert global styles revisions context parameters.
Verify successful OPTIONS responses and the default and supported contexts for the global styles revisions collection and individual revision routes.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13786
Props shailu25.
See #40538.
Built from https://develop.svn.wordpress.org/trunk@63956
git-svn-id: http://core.svn.wordpress.org/trunk@63122 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 73daf1a376..3c58464cc7 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63955';
+$wp_version = '7.2-alpha-63956';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.