From f6366c297f3b9e505865c38d024f7f20c1d7cbc6 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Tue, 23 Oct 2018 06:16:39 +0000 Subject: [PATCH] Build: Update the `@wordpress/editor` package. The `@wordpress/editor` wasn't upgraded to the correct version in [43789]. This commit includes changes from the `@wordpress/block-library` upgrade in [43789], that weren't copied to the correct location in core. This also regenerates the `package-lock.json` in Linux, which the build server requires. See #45145. Built from https://develop.svn.wordpress.org/branches/5.0@43801 git-svn-id: http://core.svn.wordpress.org/branches/5.0@43630 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 ef856db6a5..afc7ce652e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43800'; +$wp_version = '5.0-alpha-43801'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.