From a4ad8689575ce341e0b9ff2d813732fe61c82ab3 Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Tue, 5 Nov 2019 23:22:12 +0000 Subject: [PATCH] WordPress 5.3 RC4. git-svn-id: https://develop.svn.wordpress.org/branches/5.3@46672 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 8da9a3ec70..739d0095df 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-RC3-46619-src'; +$wp_version = '5.3-RC4-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.