From 6a889c150d6ec2ea7c9fca1fca03c3ce9bab43d8 Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Fri, 3 Jul 2020 19:18:02 +0000 Subject: [PATCH] Build tools: After [48277], ignore CSS files in `src/wp-admin/css/colors/modern` when building WordPress to `src`. See #50504. Built from https://develop.svn.wordpress.org/trunk@48286 git-svn-id: http://core.svn.wordpress.org/trunk@48055 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 bb3cf91635..5205d2abaf 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-48285'; +$wp_version = '5.5-alpha-48286'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.