From e2e47c2b491c2457e141e76ae7b251bbbbd6c1e7 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Wed, 7 Apr 2021 23:06:37 +0000 Subject: [PATCH] 5.7 branch is now 5.7.1 RC1. git-svn-id: https://develop.svn.wordpress.org/branches/5.7@50690 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 583e8458e5..8389cf71d4 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7.1-alpha-50514-src'; +$wp_version = '5.7.1-RC1-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.