From 476c21de10c36f052bdaaf9795bc5d0dfc470b34 Mon Sep 17 00:00:00 2001 From: Bernhard Reiter Date: Wed, 30 Nov 2022 14:07:14 +0000 Subject: [PATCH] Build/Test Tools: Stylistic changes to Gutenberg e2e test. Make some stylistic changes (multiline comment formatting, test description) that had been suggested during code review and that didn't make it into the previous commit. Props costdev. Follows [54913]. See #57197. Built from https://develop.svn.wordpress.org/trunk@54914 git-svn-id: http://core.svn.wordpress.org/trunk@54466 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 9095f1c976..0926e826ba 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54913'; +$wp_version = '6.2-alpha-54914'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.