From 88d4ac2aeca3314db83605f18429c77e18be6f87 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 6 Mar 2024 00:34:12 +0000 Subject: [PATCH] Build/Test Tools: Add build process test workflow to old branches testing. Now that 6.5 has been branched, the `test-build-processes.yml` workflow can be added to the list of workflows to run for old branches. Fixes #59632. Built from https://develop.svn.wordpress.org/trunk@57783 git-svn-id: http://core.svn.wordpress.org/trunk@57284 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 cb6e4a04f5..402e2219ed 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-RC1-57778'; +$wp_version = '6.6-alpha-57783'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.