From d3d4603b99eb9843c25946184cd859691a7eafd0 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 13 Dec 2024 14:59:14 +0000 Subject: [PATCH] Build/Test Tools: Remove repository specific logic from callable workflows. Because reusable workflows could be called from any other repository in a variety of contexts, repository specific `if` conditions should not be present. Instead, this logic should be included in the calling workflows only. Props johnbillion. See #62221. Built from https://develop.svn.wordpress.org/trunk@59507 git-svn-id: http://core.svn.wordpress.org/trunk@58893 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 6690683917..d6d9e195f8 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59506'; +$wp_version = '6.8-alpha-59507'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.