From 1c7ebdab9f863311e4618e85b71d1b0998dc87e4 Mon Sep 17 00:00:00 2001 From: jorgefilipecosta Date: Mon, 12 Oct 2020 12:01:09 +0000 Subject: [PATCH] Add wp-packages-update command to update WordPress packages. This ticket exposes the packages-update script implemented at https://github.com/WordPress/gutenberg/pull/19448 on WordPress core. By running "npm run wp-packages-update" all the WordPress packages are updated to the latest version. The command is very useful when updating the Gutenberg editor core exposes. Props isabel_brison. Fixes #51491. Built from https://develop.svn.wordpress.org/trunk@49129 git-svn-id: http://core.svn.wordpress.org/trunk@48891 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 7ee177bc68a..ca1bfd9e69a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49128'; +$wp_version = '5.6-alpha-49129'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.