From ed0e054f3497d359830d74cb7fa3dddd93ee7062 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 27 Aug 2021 17:35:58 +0000 Subject: [PATCH] Build/Test Tools: Preserve `text within backticks` in Slack notifications. Props SergeyBiryukov, johnbillion, earnjam. See #52644. Built from https://develop.svn.wordpress.org/trunk@51679 git-svn-id: http://core.svn.wordpress.org/trunk@51285 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 30eedd4391..e84a7e4d8c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51678'; +$wp_version = '5.9-alpha-51679'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.