From c3188a2566fa7b01258bc60650f16deaa759e3cb Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Fri, 1 Jul 2022 19:56:16 +0000 Subject: [PATCH] Build/Test Tools: Remove an unused build configuration file. This is a configuration file for Apache Ant that is no longer used. Fixes #52604 Built from https://develop.svn.wordpress.org/trunk@53629 git-svn-id: http://core.svn.wordpress.org/trunk@53188 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 f1d253a18f..f2c193674c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.1-alpha-53628'; +$wp_version = '6.1-alpha-53629'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.