From 6d71eb492ae793b7621e38050e5e3b33388d3dd0 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Tue, 17 Nov 2020 21:59:53 +0000 Subject: [PATCH] WordPress 5.6 RC 1. git-svn-id: https://develop.svn.wordpress.org/trunk@49641 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 64322f3f57..c315ee95e5 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta4-49560-src'; +$wp_version = '5.6-RC1-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.