Commit a370654b22 for wordpress.org

commit a370654b2227c6260c8c8e229d350986c527dbe5
Author: Weston Ruter <weston@xwp.co>
Date:   Wed Jan 28 17:25:43 2026 +0000

    Build/Test Tools: Bump `esversion` from 10 to 11 in JSHint config.

    This updates the core configuration to allow JS language features which area already shipping in core via Gutenberg packages. Obsolete `/* jshint esversion: 6 */` comments are also removed from JS files.

    Developed in https://github.com/WordPress/wordpress-develop/pull/10808

    Follow-up to [59963].

    Props westonruter, jonsurrell, mukesh27.
    See #63077.
    Fixes #64562.

    Built from https://develop.svn.wordpress.org/trunk@61544


    git-svn-id: http://core.svn.wordpress.org/trunk@60855 1a063a9b-81f0-0310-95a4-ce76da25c4cd

diff --git a/wp-includes/version.php b/wp-includes/version.php
index d9a6ea462e..e252d112cf 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
  *
  * @global string $wp_version
  */
-$wp_version = '7.0-alpha-61543';
+$wp_version = '7.0-alpha-61544';

 /**
  * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.