Commit 98399a3f9b for wordpress.org

commit 98399a3f9beada9af7a65621a07328f95628aaee
Author: Bernhard Reiter <Bernhard Reiter@git.wordpress.org>
Date:   Wed Nov 30 13:17:14 2022 +0000

    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

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.