From 2b7b306f249d71e6f9b9f90a9f90552ef72f5660 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Mon, 2 Nov 2020 21:20:22 +0000 Subject: [PATCH] Post-WordPress 5.6 Beta 3 version bump. git-svn-id: https://develop.svn.wordpress.org/trunk@49486 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 83f24eae62..49419f0d98 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-beta3-src'; +$wp_version = '5.6-beta3-49486-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.