From f59d23e7f138dcd938c1d571803274163614bef2 Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 3 Jul 2024 15:53:14 +0000 Subject: [PATCH] Build/Test Tools: Rename current reusable PHPUnit workflow. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds a ` -v3` suffix to the current reusable PHPUnit workflow name. This avoids having to update older branches in the future when the workflow’s logic drastically changes and a `v4` is needed. See #61213. Built from https://develop.svn.wordpress.org/trunk@58645 git-svn-id: http://core.svn.wordpress.org/trunk@58065 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 f70c1286ae..664d781d4d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-alpha-58635'; +$wp_version = '6.7-alpha-58645'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.