From dae07c8216a31cf98986227fe6fa7f5dbb4579a2 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 26 Jul 2019 00:12:55 +0000 Subject: [PATCH] Coding Standards: Fix newlines in `wp-includes/date.php`. See #47775. Built from https://develop.svn.wordpress.org/trunk@45679 git-svn-id: http://core.svn.wordpress.org/trunk@45490 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 311b261a55..a65d247ae7 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45678'; +$wp_version = '5.3-alpha-45679'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.