From 3c91f92aba8405756238db087bafb26f2f6ec0d7 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 8 Mar 2019 00:12:51 +0000 Subject: [PATCH] WordPress 5.1.1 RC1. git-svn-id: https://develop.svn.wordpress.org/branches/5.1@44819 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 9a85aeaabe..6b664f9dae 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1.1-alpha-44766-src'; +$wp_version = '5.1.1-RC1-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.