From 312a4362b3a22c2b057abb1c3db1d97ce8906005 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 20 May 2022 16:21:25 +0000 Subject: [PATCH] WordPress 6.0 RC4 git-svn-id: https://develop.svn.wordpress.org/branches/6.0@53424 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 a0425fc136..fe100afd55 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-RC3-53407-src'; +$wp_version = '6.0-RC4-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.