From cef611a087129dbbee70f311818ada8459a8ad94 Mon Sep 17 00:00:00 2001 From: Gary Pendergast Date: Wed, 24 Oct 2018 21:37:45 +0000 Subject: [PATCH] WordPress 5.0 Beta 1. git-svn-id: https://develop.svn.wordpress.org/branches/5.0@43822 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 7550eb7ddb..b4a4910d81 100644 --- a/src/wp-includes/version.php +++ b/src/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '5.0-alpha-43676-src'; +$wp_version = '5.0-beta1-src'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.