From 9875847c9e65489f7328ea17b4f748ff95ce1a31 Mon Sep 17 00:00:00 2001 From: Jake Spurlock Date: Tue, 21 Jul 2020 17:54:05 +0000 Subject: [PATCH] WordPress 5.5 Beta 3 version bump. git-svn-id: https://develop.svn.wordpress.org/trunk@48551 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/version.php b/src/wp-includes/version.php index 10c3d6b9fc..4764c8c5cb 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.5-beta3-src'; +$wp_version = '5.5-beta3-48551-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.