From 660fc1703dc3a5d7350744a869bac60abd2511f5 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 7 Jul 2020 21:51:26 +0000 Subject: [PATCH] Post WordPress 5.5 Beta 1 version bump. git-svn-id: https://develop.svn.wordpress.org/trunk@48404 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 0a3dd9d0ec..3ca9dc540a 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-beta1-src'; +$wp_version = '5.5-beta1-48404-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.