From f08a2c6ef50ea3f4c2a4b0d4351b26fdfa10d991 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Tue, 9 Oct 2018 02:09:23 +0000 Subject: [PATCH] Build/Test: Remove npm-shrinkwrap.json Shrinkwraping is done to keep dependencies the same. Historically, WordPress Core has done it after a release. As the 5.0 branch was created from the 4.9.8 tag which was created from the 4.9 branch, it included it. The 5.0 branch will have some dependency updates so this shrinkwrap is not needed here. See #45064. Built from https://develop.svn.wordpress.org/branches/5.0@43683 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43512 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 681502fa04..e212ea0928 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43682'; +$wp_version = '5.0-alpha-43683'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.