From 3b1a27cfd1203fcf4170f91e8d79fa860b6bb565 Mon Sep 17 00:00:00 2001 From: Helen Hou-Sandi Date: Thu, 12 Nov 2020 23:43:40 +0000 Subject: [PATCH] Post-WordPress 5.6 Beta 4 bump. git-svn-id: https://develop.svn.wordpress.org/trunk@49590 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 655c0b0443..d52ba22b4c 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-beta4-src'; +$wp_version = '5.6-beta4-49560-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.