From 47fd4fd23bb8f01da967884663fce42b4ac478a8 Mon Sep 17 00:00:00 2001 From: Jorge Costa Date: Tue, 24 Mar 2020 21:56:27 +0000 Subject: [PATCH] Post WordPress 5.4 RC 4 version bump. git-svn-id: https://develop.svn.wordpress.org/branches/5.4@47505 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 7cffd5bce16fe..4af0e62cf92e8 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-RC4-src'; +$wp_version = '5.4-RC4-47505-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.