From 98399a3f9beada9af7a65621a07328f95628aaee Mon Sep 17 00:00:00 2001 From: Bernhard Reiter Date: Wed, 30 Nov 2022 13:17:14 +0000 Subject: [PATCH] Build/Test Tools: Add basic e2e coverage for Gutenberg. Add some minimal e2e test coverage to install and activate the Gutenberg plugin. This will catch naming collisions between Core and Gutenberg and help avoid crashing WordPress installations that run the stable version of the Gutenberg plugin on top of Core trunk. Props costdev. Fixes #57197. Built from https://develop.svn.wordpress.org/trunk@54913 git-svn-id: http://core.svn.wordpress.org/trunk@54465 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 a72e525ade..9095f1c976 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54904'; +$wp_version = '6.2-alpha-54913'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.