From ddc67854a4828a8aa36fc049940fc2ba4bf0604e Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 5 Oct 2018 20:19:12 +0000 Subject: [PATCH] Bump trunk version to 5.1-alpha. git-svn-id: https://develop.svn.wordpress.org/trunk@43677 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 d6975b2605..d479d97724 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-42970-src'; +$wp_version = '5.1-alpha-43677-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.