From aa29f65a2860f9d9f2127dc89f0f0a43d521d8f6 Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 16 Oct 2023 16:05:27 +0000 Subject: [PATCH] Build/Test Tools: Downgrade `grunt-contrib-qunit` dependency. `grunt-contrib-qunit` was upgraded from version `7.0.1` to `8.0.1` in [56647]. However, this update causes a strange failure when running the build script for the Gutenberg plugin when checked out within a `wordpress-develop` checkout. This reverts the related change in [56647] and downgrades the dependency back to `7.0.1` until the exact reason for the failure is narrowed down. Props afercia, kevin940726, antonvlasenko, desrosj. See #59634, #58863. Built from https://develop.svn.wordpress.org/trunk@56944 git-svn-id: http://core.svn.wordpress.org/trunk@56455 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 fb8f217707..73e5b2602a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta4-56943'; +$wp_version = '6.4-beta4-56944'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.