From cb3859e3cb98405b5dea807fa3585733fd599b59 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Thu, 24 Jul 2025 11:40:38 +0000 Subject: [PATCH] Build/Test Tools: Clarify the local development environment instructions by removing unnecesary references to Docker and mentioning some alternative container environments. Props ninos-ego, johnbillion Fixes #63641 See #63628 Built from https://develop.svn.wordpress.org/trunk@60504 git-svn-id: http://core.svn.wordpress.org/trunk@59840 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 e3794cb0fd..9d9b7fa367 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-alpha-60503'; +$wp_version = '6.9-alpha-60504'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.