From ddd3647d7d0f198a83f7b16374780579ab25f7b2 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 10 May 2020 12:09:10 +0000 Subject: [PATCH] Coding Standards: Rename some files and classes in `phpunit/tests/functions/` per the naming conventions. https://make.wordpress.org/core/handbook/testing/automated-testing/writing-phpunit-tests/#naming-and-organization See #49542. Built from https://develop.svn.wordpress.org/trunk@47780 git-svn-id: http://core.svn.wordpress.org/trunk@47556 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 4a7df6e741..b1ff380ed4 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-alpha-47779'; +$wp_version = '5.5-alpha-47780'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.