From 8117af8bb20103540a68ed9ffc9bbe6a97ab5727 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 3 Nov 2021 17:23:56 +0000 Subject: [PATCH] General: Remove the `svn:executable` property from `wp-admin/_index.php`. The property appears to be added accidentally. The removing was mentioned but not included in the previous commit. Follow-up to [38049], [42200], [46585], [51995], [52001]. See #54321. Built from https://develop.svn.wordpress.org/trunk@52005 git-svn-id: http://core.svn.wordpress.org/trunk@51594 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 4fd414b084..1fa256521e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-52004'; +$wp_version = '5.9-alpha-52005'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.