From d6e047346e353022811865cbe4a7e66b0e40b99f Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Thu, 14 Feb 2019 00:12:13 +0000 Subject: [PATCH] Trunk is now 5.2-alpha. git-svn-id: https://develop.svn.wordpress.org/trunk@44742 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 ab5e0ea132..a420646487 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-44737-src'; +$wp_version = '5.2-alpha-44742-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.