From fb83096774fc4d4aa33212d8ced835f5752bb582 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 22 Oct 2025 18:07:29 +0000 Subject: [PATCH] Build/Test Tools: Remove Dependabot-specific workflow conditions. Since the bot has been disabled, these conditions are no longer necessary. Follow up to [61049]. See #64140. Built from https://develop.svn.wordpress.org/trunk@61050 git-svn-id: http://core.svn.wordpress.org/trunk@60386 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 254d921dc4..e097088c5f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.9-beta1-61049'; +$wp_version = '6.9-beta1-61050'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.