Commit 476c21de10 for wordpress.org

commit 476c21de10c36f052bdaaf9795bc5d0dfc470b34
Author: Bernhard Reiter <Bernhard Reiter@git.wordpress.org>
Date:   Wed Nov 30 14:07:14 2022 +0000

    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

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.