From 5d03c091fcea28a7e62bff4a8dd12d0a68fd3691 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 4 Jan 2022 20:13:33 +0000 Subject: [PATCH] WordPress 5.9 RC1. git-svn-id: https://develop.svn.wordpress.org/trunk@52445 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 ac8c7b7502..4dcd5e512e 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-beta4-52408-src'; +$wp_version = '5.9-RC1-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.