Commit 650e80d02e for wordpress.org
commit 650e80d02e09cadec5254b6aabe8d2d62cf72458
Author: lancewillett <lancewillett@git.wordpress.org>
Date: Mon Sep 21 19:55:49 2026 +0000
Build/Test Tools: Set up the required npm version in CI.
Install npm from the package.json devEngines requirement before resolving dependencies or restoring the npm download cache. Keep CI on the newest compatible release within the required major version.
Scope cache keys to each package and skip the local setup action when a release-branch checkout does not contain it.
Developed in: https://github.com/WordPress/wordpress-develop/pull/13505
Props manzoorwanijk, mciampini, adrianmoldovanwp.
Fixes #66099.
Built from https://develop.svn.wordpress.org/trunk@63782
git-svn-id: http://core.svn.wordpress.org/trunk@62954 1a063a9b-81f0-0310-95a4-ce76da25c4cd
diff --git a/wp-includes/version.php b/wp-includes/version.php
index 5703276c3b..1e4a19f88a 100644
--- a/wp-includes/version.php
+++ b/wp-includes/version.php
@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
-$wp_version = '7.2-alpha-63781';
+$wp_version = '7.2-alpha-63782';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.