From 3bdec707801dab8e307ee302317f4b33bac44bd4 Mon Sep 17 00:00:00 2001 From: desrosj Date: Tue, 27 Oct 2020 19:01:03 +0000 Subject: [PATCH] Build/Test Tools: Set the local development environment to a local environment type by default. Props igorradovanov, TimothyBlynJacobs, johnbillion. Merges [49121] to the 5.5 branch. See #50903. Built from https://develop.svn.wordpress.org/branches/5.5@49339 git-svn-id: http://core.svn.wordpress.org/branches/5.5@49100 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 6ebadf2796..cb89937d80 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5.2-alpha-49332'; +$wp_version = '5.5.2-alpha-49339'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.