From f9fe81df19bbc5c6c783e9365d23a3f7752a88f2 Mon Sep 17 00:00:00 2001 From: Jorge Costa Date: Tue, 11 Feb 2020 22:18:40 +0000 Subject: [PATCH] WordPress 5.4 Beta 1. git-svn-id: https://develop.svn.wordpress.org/trunk@47281 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 f02bf520bd..d66da64e4f 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-alpha-46582-src'; +$wp_version = '5.4-beta1-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.