From bc0847e8bd0367dc132649a6756f00e1bba9c127 Mon Sep 17 00:00:00 2001 From: Tammie Lister Date: Tue, 18 Feb 2020 21:09:56 +0000 Subject: [PATCH] Bump version number to beta 2 git-svn-id: https://develop.svn.wordpress.org/trunk@47309 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 e467551a91..ec7d0778a9 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.4-beta1-47282-src'; +$wp_version = '5.4-beta2-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.