From c3e63b804633785ee15e0ee38a9801311cc6d19e Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Wed, 3 May 2023 23:22:17 +0000 Subject: [PATCH] Build/Test Tools: Fix the permissions that are granted to the Slack notifications workflow. Follow-up to [55715]. See #57865 Built from https://develop.svn.wordpress.org/trunk@55717 git-svn-id: http://core.svn.wordpress.org/trunk@55229 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 3f5a0004d7..3ad5f929c0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-alpha-55716'; +$wp_version = '6.3-alpha-55717'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.