From 83275aab4c9f3c7d9fcf496a4bdaa328f7b8980c Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 8 Feb 2019 02:22:08 +0000 Subject: [PATCH] Post WordPress 5.1 RC1 version bump. git-svn-id: https://develop.svn.wordpress.org/trunk@44737 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 acadae0557..ab5e0ea132 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-RC1-src'; +$wp_version = '5.1-RC1-44737-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.