From 88d99119bcc47d095d316f4d8e3b1824dbe3854d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 17 Dec 2018 03:28:57 +0000 Subject: [PATCH] PHPCS: Fix errors introduced in [44250]. See #43316. Built from https://develop.svn.wordpress.org/trunk@44253 git-svn-id: http://core.svn.wordpress.org/trunk@44083 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 7b484d16ff..74f6dd8723 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.1-alpha-44252'; +$wp_version = '5.1-alpha-44253'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.