From d2c067a21627556d40a55532ed0918a0eb33a3c3 Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Thu, 15 Dec 2022 05:04:14 +0000 Subject: [PATCH] Build/Test tools: Remove 3.7-4.0 branches from scheduled test runs. We're gonna teach 'em how to say goodbye (teach 'em how to say goodbye) Teach 'em how To say goodbye To say goodbye (say goodbye) Say goodbye (say goodbye) One last time Fixes #57228. Built from https://develop.svn.wordpress.org/trunk@54995 git-svn-id: http://core.svn.wordpress.org/trunk@54528 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 8b3d7951b4..ad6b15997a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-54973'; +$wp_version = '6.2-alpha-54995'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.