From e596f54eccaa37a3acdf7b383497a54661c8fb2d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 2 Jan 2021 12:21:06 +0000 Subject: [PATCH] Build/Test Tools: Check if Travis/GitHub Actions environment variables are defined. This adjusts the logic for determining whether to skip some tests when not in the primary branch, and allows for running these tests locally. Follow-up to [47000], [47001], [49264], [49267], [49280]. See #50401. Built from https://develop.svn.wordpress.org/trunk@49916 git-svn-id: http://core.svn.wordpress.org/trunk@49615 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 0408c3aece..3bc012efd9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49915'; +$wp_version = '5.7-alpha-49916'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.