From 4fdd73689f4aafc00f0d7084ea24f5cfdb521fbf Mon Sep 17 00:00:00 2001 From: desrosj Date: Mon, 16 Dec 2024 19:29:24 +0000 Subject: [PATCH] Build/Test Tools: Update `slackapi/slack-github-action`. This makes the necessary changes to update the Slack GitHub Action to the latest version, currently `2.0.0`. Most notably this update provides more control over how attempts re retried when rate limiting is encountered. Reverts [59209]. See #61701, #62221. Built from https://develop.svn.wordpress.org/trunk@59519 git-svn-id: http://core.svn.wordpress.org/trunk@58905 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 c0f7d2c47c..cc6c94b538 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59517'; +$wp_version = '6.8-alpha-59519'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.