From da7a80d67fea29c2badfc538bfc01c8a585f0cbe Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Fri, 5 Oct 2018 20:43:25 +0000 Subject: [PATCH] Bump the trunk package.json version to 5.1.0. Built from https://develop.svn.wordpress.org/trunk@43678 git-svn-id: http://core.svn.wordpress.org/trunk@43507 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index a523347257..6d2e0135d2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-43677'; +$wp_version = '5.1-alpha-43678'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.