From 3c3590103a40f046cc9edaaaac6467a852c5929d Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Tue, 2 Feb 2021 22:21:52 +0000 Subject: [PATCH] Post WordPress 5.7 Beta 1 version bump. git-svn-id: https://develop.svn.wordpress.org/trunk@50172 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 e0dc8f03b8..7af4276359 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-beta1-src'; +$wp_version = '5.7-beta1-50172-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.