From 3c57ccf1b4e0b39ec2aa4c954fd732f1bc96c065 Mon Sep 17 00:00:00 2001 From: Aaron Jorbin Date: Fri, 25 Jun 2021 17:09:17 +0000 Subject: [PATCH] Post WordPress 5.8 Beta 4 version bump. git-svn-id: https://develop.svn.wordpress.org/trunk@51243 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 6f77fc907e..24d180bc05 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-beta4-src'; +$wp_version = '5.8-beta4-51243-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.