From ad43fa8ccc7b666404814a4cb6bffec33609fd6f Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 30 Apr 2025 18:19:22 +0000 Subject: [PATCH] Build/Test Tools: Add `version` to `composer.json`. The lack of a specified `version` in the `composer.json` file is causing some unexpected warnings. Props sirlouen, johnbillion. See #63167. Built from https://develop.svn.wordpress.org/trunk@60211 git-svn-id: http://core.svn.wordpress.org/trunk@59547 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 27a8e10550..5e47b33679 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60207'; +$wp_version = '6.9-alpha-60211'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.