From fdcb9f2613a775f4515184f490aa13d6667bbf75 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Fri, 11 Oct 2024 15:57:17 +0000 Subject: [PATCH] Build/Test Tools: Fix Performance GH workflows on release branches. This fixes an issue after [59170] that was causing the Performance release workflows to fail on older branches since the `CODEVITALS_PROJECT_TOKEN` input value was marked as required but was not being passed. Fixes #62153. Props desrosj, joemcgill, flixos90. Built from https://develop.svn.wordpress.org/trunk@59214 git-svn-id: http://core.svn.wordpress.org/trunk@58607 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 5c876d32a2..822aa89dec 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.7-beta2-59213'; +$wp_version = '6.7-beta2-59214'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.