From efaefdc79dd2fb09303c9dfde0f376f291447b5f Mon Sep 17 00:00:00 2001 From: desrosj Date: Wed, 22 Jan 2025 17:05:25 +0000 Subject: [PATCH] Build/Test Tools: Fix Slack message payload generation. The JSON string set as an output for the Slack message payload needs to be one line to prevent causing errors. This ensures `jq` returns a compact JSON string. Follow up to [59679]. Props johnbillion. See #62221. Built from https://develop.svn.wordpress.org/trunk@59681 git-svn-id: http://core.svn.wordpress.org/trunk@59024 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 e2cd777f0c..13d2b24523 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59680'; +$wp_version = '6.8-alpha-59681'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.