From a3ee84ea3b5c3e7bece0fbe8bfb715b38852ae5b Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Thu, 2 May 2019 16:03:07 +0000 Subject: [PATCH] WordPress 5.2 RC2. git-svn-id: https://develop.svn.wordpress.org/trunk@45279 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 ac2ab1b152..20f866ba87 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-RC1-45273-src'; +$wp_version = '5.2-RC2-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.